ClassArrow
Class
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
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
Methods
OnApplyTemplate()
Builds the visual tree for the Button when a new template is applied.
Declaration
cs-api-definition
public override void OnApplyTemplate()