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.
IsSelected
Indicates whether the dock guide is selected.
Side
The optional dock side relative to the dock guide's target.
Target
The target control.
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