Class
MapArcSegment

Represents an elliptical arc between two points.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapArcSegment : MapPathSegment

Inheritance: objectMapPathSegmentMapArcSegment

Inherited Members MapPathSegment.PropertyChangedHandler(DependencyObject, DependencyPropertyChangedEventArgs)MapPathSegment.CalculateNorthwest(IEnumerable<Location>)MapPathSegment.OnSegmentChanged()

Constructors

MapArcSegment()

Initializes a new instance of the MapArcSegment class.

Declaration

cs-api-definition
public MapArcSegment()

Fields

IsLargeArcProperty

Identifies the IsLargeArc dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsLargeArcProperty

Field Value

DependencyProperty

PointProperty

Identifies the Point dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PointProperty

Field Value

DependencyProperty

RotationAngleProperty

Identifies the RotationAngle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RotationAngleProperty

Field Value

DependencyProperty

SizeProperty

Identifies the Size dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SizeProperty

Field Value

DependencyProperty

SweepDirectionProperty

Identifies the SweepDirection dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SweepDirectionProperty

Field Value

DependencyProperty

Properties

IsLargeArc

Gets or sets a value that indicates whether the arc should be greater than 180 degrees. This is a dependency property.

Declaration

cs-api-definition
public bool IsLargeArc { get; set; }

Property Value

bool

Point

Gets or sets the endpoint of the elliptical arc. This is a dependency property.

Declaration

cs-api-definition
public Location Point { get; set; }

Property Value

Location

RotationAngle

Gets or sets the amount (in degrees) by which the ellipse is rotated about the x-axis. This is a dependency property.

Declaration

cs-api-definition
public double RotationAngle { get; set; }

Property Value

double

Size

Gets or sets the x- and y-radius of the arc as a Size structure. This is a dependency property. The x and y elements are given in the kilometers.

Declaration

cs-api-definition
public Size Size { get; set; }

Property Value

Size

SweepDirection

Gets or sets a value that specifies whether the arc is drawn in the Clockwise or Counterclockwise direction. This is a dependency property.

Declaration

cs-api-definition
public SweepDirection SweepDirection { get; set; }

Property Value

SweepDirection