Class CircularPanel
CircularPanel is used to arrange the CircularScale elements.
Inheritance
System.Object
CircularPanel
Assembly: Syncfusion.SfGauge.UWP.dll
Syntax
public class CircularPanel : Panel
Constructors
CircularPanel()
Declaration
Fields
AngularSpaceProperty
Declaration
public static readonly DependencyProperty AngularSpaceProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ForegroundProperty
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ScaleMaxWidthProperty
Declaration
public static readonly DependencyProperty ScaleMaxWidthProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
StartAngleProperty
Declaration
public static readonly DependencyProperty StartAngleProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
SweepAngleProperty
Declaration
public static readonly DependencyProperty SweepAngleProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
SweepDirectionProperty
Declaration
public static readonly DependencyProperty SweepDirectionProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
AngularSpace
Gets or sets the AngularSpace between two children of the CircularPanel.
Declaration
public double AngularSpace { get; set; }
Property Value
Type |
Description |
System.Double |
double
|
Foreground
Declaration
public Brush Foreground { get; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Labels
Gets or sets the collection of labels to the CircularPanel.
Declaration
public CircularScaleLabelCollection Labels { get; }
Property Value
ScaleMaxWidth
Gets or sets ScaleMaxWidth of the CircularPanel which help to position the SfCircularGauge elements.
Declaration
public double ScaleMaxWidth { get; set; }
Property Value
Type |
Description |
System.Double |
double
|
StartAngle
Gets or sets the StartAngle of the CircularPanel which decides the shape of the SfCircularGauge.
Declaration
public double StartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
double
|
SweepAngle
Gets or sets SweepAngle of the CircularPanel which decides the shape of the SfCircularGauge.
Declaration
public double SweepAngle { get; set; }
Property Value
Type |
Description |
System.Double |
double
|
SweepDirection
Gets or sets SweepDirection of the CircularPanel which decides rendering direction of the CircularScale elements.
Declaration
public SweepDirection SweepDirection { get; set; }
Property Value
Type |
Description |
Windows.UI.Xaml.Media.SweepDirection |
SweepDirection
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
finalSize |
|
Returns
Type |
Windows.Foundation.Size |
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Windows.Foundation.Size |
Extension Methods