ClassCompass
Drop indicator that appears in the middle of a drop target.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
public class Compass : DockDecoration
Inheritance: objectDockDecorationCompass
Derived Classes:
Constructors
Fields
DockPositionProperty
Identifies the DockPosition dependency property.
Declaration
public static readonly DependencyProperty DockPositionProperty
Field Value
DependencyProperty
IsBottomIndicatorVisibleProperty
Identifies the IsBottomIndicatorVisible dependency property.
Declaration
public static readonly DependencyProperty IsBottomIndicatorVisibleProperty
Field Value
DependencyProperty
IsCenterIndicatorVisibleProperty
Identifies the IsCenterIndicatorVisible dependency property.
Declaration
public static readonly DependencyProperty IsCenterIndicatorVisibleProperty
Field Value
DependencyProperty
IsLeftIndicatorVisibleProperty
Identifies the IsLeftIndicatorVisible dependency property.
Declaration
public static readonly DependencyProperty IsLeftIndicatorVisibleProperty
Field Value
DependencyProperty
IsRightIndicatorVisibleProperty
Identifies the IsRightIndicatorVisible dependency property.
Declaration
public static readonly DependencyProperty IsRightIndicatorVisibleProperty
Field Value
DependencyProperty
IsTopIndicatorVisibleProperty
Identifies the IsTopIndicatorVisible dependency property.
Declaration
public static readonly DependencyProperty IsTopIndicatorVisibleProperty
Field Value
DependencyProperty
Properties
DockPosition
Gets the highlight indicator in the compass.
Declaration
public DockPosition? DockPosition { get; }
Property Value
IsBottomIndicatorVisible
Gets or sets value indicating is the Bottom indicator visible or not.
Declaration
public bool IsBottomIndicatorVisible { get; set; }
Property Value
IsCenterIndicatorVisible
Gets or sets value indicating is the Center indicator visible or not.
Declaration
public bool IsCenterIndicatorVisible { get; set; }
Property Value
IsLeftIndicatorVisible
Gets or sets value indicating is the left indicator visible or not.
IsRightIndicatorVisible
Gets or sets value indicating is the Right indicator visible or not.
IsTopIndicatorVisible
Gets or sets value indicating is the Top indicator visible or not.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the event and sets from the active theme.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.