menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfRadialColorItem - UWP 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 SfRadialMenu control.

    Inheritance
    System.Object
    HeaderedItemsControl
    SfRadialMenuItem
    SfRadialColorItem
    Implements
    System.IDisposable
    Inherited Members
    HeaderedItemsControl.Header
    HeaderedItemsControl.HeaderProperty
    HeaderedItemsControl.HeaderStyle
    HeaderedItemsControl.HeaderStyleProperty
    HeaderedItemsControl.HeaderTemplate
    HeaderedItemsControl.HeaderTemplateProperty
    HeaderedItemsControl.HeaderTemplateSelector
    HeaderedItemsControl.HeaderTemplateSelectorProperty
    HeaderedItemsControl.PrepareHeaderedItemsControlContainer(Object, ItemsControl)
    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.FontIcon
    SfRadialMenuItem.FontIconProperty
    SfRadialMenuItem.FontIconSize
    SfRadialMenuItem.FontIconSizeProperty
    SfRadialMenuItem.GroupName
    SfRadialMenuItem.GroupNameProperty
    SfRadialMenuItem.HasItems
    SfRadialMenuItem.HasItemsProperty
    SfRadialMenuItem.Icon
    SfRadialMenuItem.IconFont
    SfRadialMenuItem.IconFontColor
    SfRadialMenuItem.IconFontColorProperty
    SfRadialMenuItem.IconFontProperty
    SfRadialMenuItem.IconProperty
    SfRadialMenuItem.IsChecked
    SfRadialMenuItem.IsCheckedProperty
    SfRadialMenuItem.MenuBackgroundColor
    SfRadialMenuItem.MenuBackgroundColorProperty
    SfRadialMenuItem.MenuMouseOverBackgroundColor
    SfRadialMenuItem.MenuMouseOverBackgroundColorProperty
    SfRadialMenuItem.MenuSelectionColor
    SfRadialMenuItem.MenuSelectionColorProperty
    SfRadialMenuItem.OnApplyTemplate()
    SfRadialMenuItem.OnItemsChanged(Object)
    SfRadialMenuItem.OnPointerEntered(PointerRoutedEventArgs)
    SfRadialMenuItem.OnPointerExited(PointerRoutedEventArgs)
    SfRadialMenuItem.OnPointerPressed(PointerRoutedEventArgs)
    SfRadialMenuItem.SegmentIndex
    SfRadialMenuItem.SegmentIndexProperty
    SfRadialMenuItem.ShowMouseOverStyle
    SfRadialMenuItem.ShowMouseOverStyleProperty
    SfRadialMenuItem.ToolTip
    SfRadialMenuItem.ToolTipPlacement
    SfRadialMenuItem.ToolTipPlacementProperty
    SfRadialMenuItem.ToolTipProperty
    SfRadialMenuItem.UnChecked
    Namespace: Syncfusion.UI.Xaml.Controls.Navigation
    Assembly: Syncfusion.SfRadialMenu.UWP.dll
    Syntax
    public class SfRadialColorItem : SfRadialMenuItem, IDisposable
    Remarks

    Constructors

    SfRadialColorItem()

    Initializes a new instance of the SfRadialColorItem class.

    Declaration
    public SfRadialColorItem()
    See Also
    SfRadialSlider
    Syncfusion.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.DependencyProperty

    IsLargeArcProperty

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

    Declaration
    public static readonly DependencyProperty IsLargeArcProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    PointProperty

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

    Declaration
    public static readonly DependencyProperty PointProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    RimActiveBrushProperty

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

    Declaration
    public static readonly DependencyProperty RimActiveBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.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
    Windows.Foundation.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.Foundation.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
    Windows.Foundation.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
    Windows.Foundation.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

    OnPointerReleased(PointerRoutedEventArgs)

    Removes the focus from the selected item

    Declaration
    protected override void OnPointerReleased(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    the event arguments

    Overrides
    SfRadialMenuItem.OnPointerReleased(PointerRoutedEventArgs)

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved