Class CircularPanel
Represents an Panel that contains the items the user can select from. SfRadialSlider
Inheritance
System.Object
CircularPanel
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.UWP.dll
Syntax
public sealed class CircularPanel : Panel
Remarks
Constructors
CircularPanel()
Initializes a new instance of the CircularPanel class.
Declaration
public CircularPanel()
Methods
ArrangeOverride(Size)
Gets the size for an overridden item
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | size to arrange the panel |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | arranged size of the panel |
MeasureOverride(Size)
Gets the size for an override item
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | available size to place the control |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | measured size |