New to Telerik UI for WPFStart a free 30-day trial

Arrow

Class

This class represents a map navigation arrow button.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class Arrow : Control

Inheritance: objectArrow

Constructors

Initializes a new instance of the Arrow class.

C#
public Arrow()

Fields

DirectionProperty

DependencyProperty

Identifies the Direction dependency property.

C#
public static readonly DependencyProperty DirectionProperty

Properties

Gets or sets the arrow direction.

C#
public ArrowDirection Direction { get; set; }

Methods

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

C#
public override void OnApplyTemplate()