menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OuterRim - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved