DockGuideInnerTop Class
Represents an inner top dock guide.
public class DockGuideInnerTop : DockGuideBase
- Inheritance:
- object Visual UIElement FrameworkElement Control ContentControl DockGuideBase object
Constructors
DockGuideInnerTop()
Initializes an instance of the DockGuideInnerTop class.
public DockGuideInnerTop()
Properties
IsInner
Gets whether the dock guide is an inner guide.
public override bool IsInner { get; }
Property Value
- bool:
trueif the dock guide is an inner guide; otherwise,false.
Side
Gets the optional dock Side relative to the dock guide's target.
public override Side? Side { get; }