[]
An item for color selection inside a C1RadialMenu control.
public class C1RadialColorItem : C1RadialMenuItem, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
Name | Description |
---|---|
C1RadialColorItem() | Initializes a new instance of a C1RadialColorItem. |
Name | Description |
---|---|
BrushProperty | Identifies the Brush dependency property. |
ColorProperty | Identifies the Color dependency property. |
DisabledCuesVisibilityProperty | Identifies the DisabledCuesVisibility dependency property. |
FocusCuesVisibilityProperty | Identifies the FocusCuesVisibility dependency property. |
Name | Description |
---|---|
Brush | Gets or sets the Brush property. |
Color | Gets or sets the Color property. |
DisabledCuesVisibility | Gets or sets a value indicating whether the disabled visuals of the control are visible. |
FocusCuesVisibility | Gets or sets a value indicating whether the focus visuals of the control are visible. |
HasContent | Gets a value that indicates whether the C1RadialColorItem contains sub-items or any other content. |
Index | Gets the index of this C1RadialColorItem in its parent items collection. |
Name | Description |
---|---|
OnApplyTemplate() | Builds the visual tree for the C1RadialColorItem control when a new template is applied. |
OnClick(SourcedEventArgs) | Responds to a click action by raising a Click event. |
OnSelectedIndexChanged(int) |