In This Article

DockGuideOuterBottom Class

Represents an outer bottom dock guide.

public class DockGuideOuterBottom : DockGuideBase
Inheritance:
object Visual UIElement FrameworkElement Control ContentControl DockGuideBase object

Constructors

DockGuideOuterBottom()

Initializes an instance of the DockGuideOuterBottom class.

public DockGuideOuterBottom()

Properties

IsInner

Gets whether the dock guide is an inner guide.

public override bool IsInner { get; }

Property Value

bool:

true if 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; }

Property Value

Side?:

The optional dock Side relative to the dock guide's target.

Inherited Members