In This Article

DockGuideInnerLeft Class

Represents an inner left dock guide.

public class DockGuideInnerLeft : DockGuideBase, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.Control System.Windows.Controls.ContentControl DockGuideBase Object

Constructors

DockGuideInnerLeft()

Initializes an instance of the DockGuideInnerLeft class.

public DockGuideInnerLeft()

Properties

Side

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

public override Side? Side { get; }

Property Value

System.Nullable<Side>:

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

Inherited Members

Extension Methods