Class RadColorPaletteViewItem
Represents an item in the RadColorPaletteView control.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class RadColorPaletteViewItem : RadListBoxItem, ISelectorItem
Constructors
RadColorPaletteViewItem()
Initializes a new instance of the RadColorPaletteViewItem class.
Declaration
public RadColorPaletteViewItem()
Fields
ColorProperty
Identifies the Color dependency property.
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
System.Windows.DependencyProperty
|
PositionStateProperty
Identifies the PositionState dependency property.
Declaration
public static readonly DependencyProperty PositionStateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Color
Gets or sets the color of a particular item.
Declaration
public Color Color { get; set; }
Property Value
System.Windows.Media.Color
|
PositionState
Gets or sets the PositionState.
Declaration
public PositionState PositionState { get; set; }
Property Value
PositionState
The PositionState.. |
Methods
OnCreateAutomationPeer()
Called by the Automation infrastructure when AutomationPeer is requested for this element. The element can return null or the instance of AutomationPeer-derived class, if it supports UI Automation.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|