In This Article

DockGuideBase Class

Represents a dock guide for the outer bottom side of a dock host.

public abstract class DockGuideBase : ContentControl, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
Inheritance:
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl Object
Derived:
DockGuideCenter DockGuideInnerBottom DockGuideInnerLeft DockGuideInnerRight DockGuideInnerTop DockGuideOuterBottom DockGuideOuterLeft DockGuideOuterRight DockGuideOuterTop

Constructors

DockGuideBase()

protected DockGuideBase()

Properties

IsSelected

Gets or sets whether the dock guide is selected.

public bool IsSelected { get; set; }

Property Value

Boolean:

true if the dock guide is selected; otherwise, false.

Side

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

public abstract Side? Side { get; }

Property Value

Nullable<Side>:

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

Target

Gets the target control.

public IDockTarget Target { get; }

Property Value

IDockTarget:

The target control.

Fields

IsSelectedProperty

Identifies the IsSelected dependency property. This field is read-only.

public static readonly DependencyProperty IsSelectedProperty

Inherited Members

Extension Methods