Class
Arrow

This class represents a map navigation arrow button.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class Arrow : Control

Inheritance: objectArrow

Constructors

Arrow()

Initializes a new instance of the Arrow class.

Declaration

cs-api-definition
public Arrow()

Fields

DirectionProperty

Identifies the Direction dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DirectionProperty

Field Value

DependencyProperty

Properties

Direction

Gets or sets the arrow direction.

Declaration

cs-api-definition
public ArrowDirection Direction { get; set; }

Property Value

ArrowDirection

Methods

OnApplyTemplate()

Builds the visual tree for the Button when a new template is applied.

Declaration

cs-api-definition
public override void OnApplyTemplate()