Class OuterRim
Represents an OuterRim that contains the items the user can select from. SfRadialSlider
Inheritance
System.Object
OuterRim
Namespace: Syncfusion.Windows.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.Wpf.dll
Syntax
public sealed class OuterRim : HeaderedItemsControl
Remarks
Constructors
OuterRim()
Initializes a new instance of the OuterRim class.
Declaration
public OuterRim()
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 |
---|---|
System.Windows.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 |
---|---|---|
System.Windows.DependencyObject | element | element of the radial menu |
System.Object | item | item of the panel |