Class InnerRim
Represents an InnerRim that contains the selected item SfRadialSlider
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.UWP.dll
Syntax
public sealed class InnerRim : HeaderedItemsControl
Remarks
Constructors
InnerRim()
Initializes a new instance of the InnerRim class.
Declaration
public InnerRim()
Fields
ItemContainerStyleProperty
Identifies ItemContainerStyle property. Using this property, You can change the item container style of InnerRim
Declaration
public static readonly DependencyProperty ItemContainerStyleProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
ItemContainerStyle
Gets or sets a style for the item container. Using this property, You can change the item container style of InnerRim
Declaration
public Style ItemContainerStyle { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Style |
Methods
GetContainerForItemOverride()
Gets a container for the override item
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
Type | Description |
---|---|
Windows.UI.Xaml.DependencyObject | new radial menu item |
IsItemItsOwnContainerOverride(Object)
Returns an item when there is a similar override item
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 radial menu item else returns false |
OnItemsChanged(Object)
Invoked when the items in the container are changed
Declaration
protected override void OnItemsChanged(object e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | e | The event arguments |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the container for overriding
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.DependencyObject | element | Radial menu item |
System.Object | item | item of the panel |