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
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()