In This Article

DockGuideOuterRight Class

Represents an outer right dock guide.

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

Constructors

DockGuideOuterRight()

Initializes an instance of the DockGuideOuterRight class.

public DockGuideOuterRight()

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