Class
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:

cs-api-definition
public class Compass : DockDecoration

Inheritance: objectDockDecorationCompass

Derived Classes: RootCompass

Constructors

Compass()

Initializes a new instance of the Compass class.

Declaration

cs-api-definition
public Compass()

Fields

DockPositionProperty

Identifies the DockPosition dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DockPositionProperty

Field Value

DependencyProperty

IsBottomIndicatorVisibleProperty

Identifies the IsBottomIndicatorVisible dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsBottomIndicatorVisibleProperty

Field Value

DependencyProperty

IsCenterIndicatorVisibleProperty

Identifies the IsCenterIndicatorVisible dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsCenterIndicatorVisibleProperty

Field Value

DependencyProperty

IsLeftIndicatorVisibleProperty

Identifies the IsLeftIndicatorVisible dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsLeftIndicatorVisibleProperty

Field Value

DependencyProperty

IsRightIndicatorVisibleProperty

Identifies the IsRightIndicatorVisible dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsRightIndicatorVisibleProperty

Field Value

DependencyProperty

IsTopIndicatorVisibleProperty

Identifies the IsTopIndicatorVisible dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsTopIndicatorVisibleProperty

Field Value

DependencyProperty

Properties

DockPosition

Gets the highlight indicator in the compass.

Declaration

cs-api-definition
public DockPosition? DockPosition { get; }

Property Value

DockPosition?

IsBottomIndicatorVisible

Gets or sets value indicating is the Bottom indicator visible or not.

Declaration

cs-api-definition
public bool IsBottomIndicatorVisible { get; set; }

Property Value

bool

IsCenterIndicatorVisible

Gets or sets value indicating is the Center indicator visible or not.

Declaration

cs-api-definition
public bool IsCenterIndicatorVisible { get; set; }

Property Value

bool

IsLeftIndicatorVisible

Gets or sets value indicating is the left indicator visible or not.

Declaration

cs-api-definition
public bool IsLeftIndicatorVisible { get; set; }

Property Value

bool

IsRightIndicatorVisible

Gets or sets value indicating is the Right indicator visible or not.

Declaration

cs-api-definition
public bool IsRightIndicatorVisible { get; set; }

Property Value

bool

IsTopIndicatorVisible

Gets or sets value indicating is the Top indicator visible or not.

Declaration

cs-api-definition
public bool IsTopIndicatorVisible { get; set; }

Property Value

bool

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides DockDecoration.OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event and sets from the active theme.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.