In This Article

DockGuideBase Class

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

public abstract class DockGuideBase : ContentControl
Inheritance:
object Visual UIElement FrameworkElement Control ContentControl object
Derived:
DockGuideCenter DockGuideInnerBottom DockGuideInnerLeft DockGuideInnerRight DockGuideInnerTop DockGuideOuterBottom DockGuideOuterLeft DockGuideOuterRight DockGuideOuterTop

Constructors

DockGuideBase()

Initializes an instance of the class.

protected DockGuideBase()

Properties

IsInner

Gets whether the dock guide is an inner guide.

public abstract bool IsInner { get; }

Property Value

bool:

true if the dock guide is an inner guide; otherwise, false.

IsSelected

Gets or sets whether the dock guide is selected.

public bool IsSelected { get; set; }

Property Value

bool:

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

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.

Methods

OnCreateAutomationPeer()

Returns an AutomationPeer object for this control instance.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer:

An AutomationPeer instance.

Fields

IsSelectedProperty

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

public static readonly DependencyProperty IsSelectedProperty