menu

WPF

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

    Show / Hide Table of Contents

    Class SfRadialColorItem

    Represents a control that allows the user to select a color by using a drop-down Syncfusion.UI.Xaml.Controls.Navigation.SfRadialMenu control.

    Inheritance
    System.Object
    SfRadialMenuItem
    SfRadialColorItem
    Inherited Members
    SfRadialMenuItem.Checked
    SfRadialMenuItem.CheckMode
    SfRadialMenuItem.CheckModeProperty
    SfRadialMenuItem.Children
    SfRadialMenuItem.Click
    SfRadialMenuItem.CloseOnExecute
    SfRadialMenuItem.CloseOnExecuteProperty
    SfRadialMenuItem.Command
    SfRadialMenuItem.CommandParameter
    SfRadialMenuItem.CommandParameterProperty
    SfRadialMenuItem.CommandProperty
    SfRadialMenuItem.Dispose()
    SfRadialMenuItem.Dispose(Boolean)
    SfRadialMenuItem.GroupName
    SfRadialMenuItem.GroupNameProperty
    SfRadialMenuItem.HasItems
    SfRadialMenuItem.HasItemsProperty
    SfRadialMenuItem.Icon
    SfRadialMenuItem.IconProperty
    SfRadialMenuItem.IsChecked
    SfRadialMenuItem.IsCheckedProperty
    SfRadialMenuItem.IsExpanderVisible
    SfRadialMenuItem.IsExpanderVisibleProperty
    SfRadialMenuItem.MenuBackgroundColor
    SfRadialMenuItem.MenuBackgroundColorProperty
    SfRadialMenuItem.MenuMouseOverBackgroundColor
    SfRadialMenuItem.MenuMouseOverBackgroundColorProperty
    SfRadialMenuItem.OnItemsChanged(NotifyCollectionChangedEventArgs)
    SfRadialMenuItem.OnMouseEnter(MouseEventArgs)
    SfRadialMenuItem.OnMouseLeave(MouseEventArgs)
    SfRadialMenuItem.OnMouseLeftButtonUp(MouseButtonEventArgs)
    SfRadialMenuItem.PrepareHeaderedItemsControlContainer(Object, ItemsControl)
    SfRadialMenuItem.RimInactiveBrush
    SfRadialMenuItem.RimInactiveBrushProperty
    SfRadialMenuItem.SegmentIndex
    SfRadialMenuItem.SegmentIndexProperty
    SfRadialMenuItem.ShowMouseOverStyle
    SfRadialMenuItem.ShowMouseOverStyleProperty
    SfRadialMenuItem.ToolTip
    SfRadialMenuItem.ToolTipPlacement
    SfRadialMenuItem.ToolTipPlacementProperty
    SfRadialMenuItem.ToolTipProperty
    SfRadialMenuItem.UnChecked
    Namespace: Syncfusion.Windows.Controls.Navigation
    Assembly: Syncfusion.SfRadialMenu.Wpf.dll
    Syntax
    public class SfRadialColorItem : SfRadialMenuItem
    Remarks

    Constructors

    SfRadialColorItem()

    Initializes a new instance of the SfRadialColorItem class.

    Declaration
    public SfRadialColorItem()
    See Also
    SfRadialSlider
    Syncfusion.Windows.Controls.Navigation

    Fields

    AngleProperty

    Identifies Angle property. Using this property, you can change the angle of SfRadialMenu

    Declaration
    public static readonly DependencyProperty AngleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ColorProperty

    Identifies Color property. Using this property, you can change the size of rim in SfRadialColorItem

    Declaration
    public static readonly DependencyProperty ColorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsLargeArcProperty

    Identifies IsLargeArc property. It indicates whether SfRadialMenu control has large arc or not.

    Declaration
    public static readonly DependencyProperty IsLargeArcProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    PointProperty

    Identifies Point property. Using this property, you can change the point of SfRadialColorItem

    Declaration
    public static readonly DependencyProperty PointProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    RimActiveBrushProperty

    Identifies RimActiveBrush property. Using this property, you can change the color of SfRadialColorItem

    Declaration
    public static readonly DependencyProperty RimActiveBrushProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    RimBackgroundProperty

    Identifies RimBackground property. Using this property, you can change the background color of rim in SfRadialColorItem

    Declaration
    public static readonly DependencyProperty RimBackgroundProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    RimPointProperty

    Identifies RimPoint property. Using this property, you can change the rim point in SfRadialColorItem

    Declaration
    public static readonly DependencyProperty RimPointProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    RimSizeProperty

    Identifies RimSize property. Using this property, you can change the size of rim in SfRadialColorItem

    Declaration
    public static readonly DependencyProperty RimSizeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StartPointProperty

    Identifies StartPoint property. Using this property, you can change the start point of SfRadialMenu

    Declaration
    public static readonly DependencyProperty StartPointProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StrokeThicknessProperty

    Identifies StrokeThickness property. Using this property, you can change the stroke thickness of SfRadialMenu

    Declaration
    public static readonly DependencyProperty StrokeThicknessProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Angle

    Gets and sets a value of the angle of the Syncfusion.UI.Xaml.Controls.Navigation.SfRadialColorMenu control in which the items are distributed equally

    Declaration
    public double Angle { get; }
    Property Value
    Type
    System.Double

    Color

    Gets or sets a value of the color for the Syncfusion.UI.Xaml.Controls.Navigation.SfRadialColorMenu control

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    System.Windows.Media.Color

    IsLargeArc

    Gets a value indicating whether a value when the Syncfusion.UI.Xaml.Controls.Navigation.SfRadialColorMenu control arc is large

    Declaration
    public bool IsLargeArc { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is drop down open; otherwise, false.

    Point

    Gets and sets the point for the Syncfusion.UI.Xaml.Controls.Navigation.SfRadialColorMenu control

    Declaration
    public Point Point { get; }
    Property Value
    Type
    System.Windows.Point

    RimActiveBrush

    Gets and sets a value of the ActiveBrush of the rim for the Syncfusion.UI.Xaml.Controls.Navigation.SfRadialColorMenu control

    Declaration
    public Brush RimActiveBrush { get; }
    Property Value
    Type
    System.Windows.Media.Brush

    RimBackground

    Gets and sets a value of the background of the rim for the Syncfusion.UI.Xaml.Controls.Navigation.SfRadialColorMenu control

    Declaration
    public Brush RimBackground { get; }
    Property Value
    Type
    System.Windows.Media.Brush

    RimPoint

    Gets and sets the point of the rim for the Syncfusion.UI.Xaml.Controls.Navigation.SfRadialColorMenu control

    Declaration
    public Point RimPoint { get; }
    Property Value
    Type
    System.Windows.Point

    RimSize

    Gets and sets a value of the size of the rim for the Syncfusion.UI.Xaml.Controls.Navigation.SfRadialColorMenu control

    Declaration
    public Size RimSize { get; }
    Property Value
    Type
    System.Windows.Size

    StartPoint

    Gets and sets a value of the start point of the Syncfusion.UI.Xaml.Controls.Navigation.SfRadialColorMenu control

    Declaration
    public Point StartPoint { get; }
    Property Value
    Type
    System.Windows.Point

    StrokeThickness

    Gets or sets the thickness of the stroke for the Syncfusion.UI.Xaml.Controls.Navigation.SfRadialColorMenu control

    Declaration
    public double StrokeThickness { get; set; }
    Property Value
    Type
    System.Double

    Methods

    OnApplyTemplate()

    Represents method of OnApplyTemplate

    Declaration
    public override void OnApplyTemplate()
    Overrides
    SfRadialMenuItem.OnApplyTemplate()

    OnManipulationCompleted(ManipulationCompletedEventArgs)

    Removes the focus from the selected item

    Declaration
    protected override void OnManipulationCompleted(ManipulationCompletedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.ManipulationCompletedEventArgs e

    the event arguments

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