Class OuterRimPanel
Represents a Panel for the outer rim that allows the user to select an item in SfRadialSlider control.
Inheritance
System.Object
OuterRimPanel
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.UWP.dll
Syntax
public sealed class OuterRimPanel : Panel
Remarks
Constructors
OuterRimPanel()
Initializes a new instance of the OuterRimPanel class.
Declaration
public OuterRimPanel()
Methods
ArrangeOverride(Size)
Gets and sets the size of the item
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | final size to arrange the panel |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | returns the size which is allotted to place the control |
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 arrange the control |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | returns the size to arrange the control |