Xceed Toolkit Plus for WPF v4.6 Documentation
SweepDirection Property (Pie)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > Pie Class : SweepDirection Property

Gets or sets the direction that the Pie’s arc sweeps (clockwise or counterclockwise).

Syntax
'Declaration
 
Public Property SweepDirection As SweepDirection
'Usage
 
Dim instance As Pie
Dim value As SweepDirection
 
instance.SweepDirection = value
 
value = instance.SweepDirection
public SweepDirection SweepDirection {get; set;}

Property Value

A SweepDirection representing the direction that the Pie’s arc sweeps (clockwise or counterclockwise).

Remarks
The property represents the direction that the Pie’s arc sweeps (clockwise or counterclockwise) from the first line segment (given by StartAngle) to the second line segment (given by EndAngle).
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Pie Class
Pie Members