ArcSegment Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ArcSegment type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public propertySupported by Silverlight for Windows Phone IsLargeArc Gets or sets a value that indicates whether the arc should be greater than 180 degrees.
Public propertySupported by Silverlight for Windows Phone Point Gets or sets the endpoint of the elliptical arc.
Public propertySupported by Silverlight for Windows Phone RotationAngle Gets or sets the amount (in degrees) by which the ellipse is rotated about the x-axis.
Public propertySupported by Silverlight for Windows Phone Size Gets or sets the x- and y-radius of the arc as a Size structure.
Public propertySupported by Silverlight for Windows Phone SweepDirection Gets or sets a value that specifies whether the arc is drawn in the Clockwise or Counterclockwise direction.

Top