Class SquaredPanel
SquaredPanel is used to arrange the SfCircularGauge.
Inheritance
System.Object
SquaredPanel
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.UWP.dll
Syntax
public class SquaredPanel : Panel
Constructors
SquaredPanel()
Initializes a new instance of the SquaredPanel class.
Declaration
public SquaredPanel()
Fields
SpacingProperty
Declaration
public static readonly DependencyProperty SpacingProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize |
Returns
Type |
---|
Windows.Foundation.Size |
GetSpacing(DependencyObject)
Returns the SpacingProperty value of the DependencyObject that used to arrange and position the DependencyObject
Declaration
public static double GetSpacing(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.DependencyObject | obj |
Returns
Type | Description |
---|---|
System.Double | Type: double It returns the SpacingProperty value of the DependencyObject. |
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize |
Returns
Type |
---|
Windows.Foundation.Size |
SetSpacing(DependencyObject, Double)
Sets the value of a SpacingProperty, specified by its SpacingProperty identifier.
Declaration
public static void SetSpacing(DependencyObject obj, double value)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.DependencyObject | obj | |
System.Double | value |