Class SfRadialColorItem
Represents a control that allows the user to select a color by using a drop-down SfRadialMenu control.
Implements
Inherited Members
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
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 |
|
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 |