Compass
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
DependencyProperty
Identifies the DockPosition dependency property.
public static readonly DependencyProperty DockPositionProperty
IsBottomIndicatorVisibleProperty
DependencyProperty
Identifies the IsBottomIndicatorVisible dependency property.
public static readonly DependencyProperty IsBottomIndicatorVisibleProperty
IsCenterIndicatorVisibleProperty
DependencyProperty
Identifies the IsCenterIndicatorVisible dependency property.
public static readonly DependencyProperty IsCenterIndicatorVisibleProperty
IsLeftIndicatorVisibleProperty
DependencyProperty
Identifies the IsLeftIndicatorVisible dependency property.
public static readonly DependencyProperty IsLeftIndicatorVisibleProperty
IsRightIndicatorVisibleProperty
DependencyProperty
Identifies the IsRightIndicatorVisible dependency property.
public static readonly DependencyProperty IsRightIndicatorVisibleProperty
IsTopIndicatorVisibleProperty
DependencyProperty
Identifies the IsTopIndicatorVisible dependency property.
public static readonly DependencyProperty IsTopIndicatorVisibleProperty
Properties
Gets the highlight indicator in the compass.
public DockPosition? DockPosition { get; }
Gets or sets value indicating is the Bottom indicator visible or not.
public bool IsBottomIndicatorVisible { get; set; }
Gets or sets value indicating is the Center indicator visible or not.
public bool IsCenterIndicatorVisible { get; set; }
Gets or sets value indicating is the left indicator visible or not.
public bool IsLeftIndicatorVisible { get; set; }
Gets or sets value indicating is the Right indicator visible or not.
public bool IsRightIndicatorVisible { get; set; }
Gets or sets value indicating is the Top indicator visible or not.
public bool IsTopIndicatorVisible { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
Overrides:
Raises the event and sets from the active theme.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.