Class OuterRim
Represents an OuterRim that contains the items the user can select from. SfRadialSlider
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.UWP.dll
Syntax
public sealed class OuterRim : HeaderedItemsControl, IDisposable
Remarks
Constructors
OuterRim()
Initializes a new instance of the OuterRim class.
Declaration
public OuterRim()
Fields
ItemContainerStyleProperty
Identifies ItemContainerStyle property. Using this property, You can change the item container style of OuterRim
Declaration
public static readonly DependencyProperty ItemContainerStyleProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
Properties
ItemContainerStyle
Gets or sets a value of the style for the item container. Using this property, You can change the item container style of OuterRim
Declaration
public Style ItemContainerStyle { get; set; }
Property Value
| Type |
|---|
| Windows.UI.Xaml.Style |
Methods
Dispose()
Represents dispose method for disposing unwanted objects
Declaration
public void Dispose()
GetContainerForItemOverride()
Returns a dependency object if override
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
| Type | Description |
|---|---|
| Windows.UI.Xaml.DependencyObject | Returns new outer rim item |
IsItemItsOwnContainerOverride(Object)
Returns an item if override
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | item | item of the panel |
Returns
| Type | Description |
|---|---|
| System.Boolean | returns true if the item is outer rim item |
PrepareContainerForItemOverride(DependencyObject, Object)
Enables the container for overriding items
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
| Type | Name | Description |
|---|---|---|
| Windows.UI.Xaml.DependencyObject | element | element of the radial menu |
| System.Object | item | item of the panel |
Implements
System.IDisposable