In This Article

DockGuideOuterLeft Class

Represents an outer left dock guide.

public class DockGuideOuterLeft : DockGuideBase, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
Inheritance:
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl DockGuideBase Object

Constructors

DockGuideOuterLeft()

Initializes an instance of the DockGuideOuterLeft class.

public DockGuideOuterLeft()

Properties

Side

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

public override Side? Side { get; }

Property Value

Nullable<Side>:

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

Inherited Members

Extension Methods