Class Arrow
This class represents a map navigation arrow button.
Inheritance
System.Object
Arrow
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Arrow : Control
Constructors
Arrow()
Fields
DirectionProperty
Identifies the Direction dependency property.
Declaration
public static readonly DependencyProperty DirectionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Direction
Gets or sets the arrow direction.
Declaration
public ArrowDirection Direction { get; set; }
Property Value
ArrowDirection
|
Methods
OnApplyTemplate()
Builds the visual tree for the System.Windows.Controls.Button when a new template is applied.
Declaration
public override void OnApplyTemplate()