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

Indicates whether the dock guide is an inner guide.

public abstract bool IsInner { get; }

Property Value

bool

IsSelected

Indicates whether the dock guide is selected.

public bool IsSelected { get; set; }

Property Value

bool

Side

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

public abstract Side? Side { get; }

Property Value

Side?

Target

The target control.

public IDockTarget? Target { get; }

Property Value

IDockTarget

Methods

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer:

The type-specific AutomationPeer implementation.

Fields

IsSelectedProperty

Defines the IsSelected property.

public static readonly DependencyProperty IsSelectedProperty

Extension Methods