Represents an item in the RadColorPaletteView control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
public class RadColorPaletteViewItem : RadListBoxItem, ISelectorItem
Inheritance: objectListItemRadListBoxItemRadColorPaletteViewItem
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadColorPaletteViewItem class.
public RadColorPaletteViewItem()
Fields
ColorProperty
DependencyProperty
Identifies the Color dependency property.
public static readonly DependencyProperty ColorProperty
PositionStateProperty
DependencyProperty
Identifies the PositionState dependency property.
public static readonly DependencyProperty PositionStateProperty
Properties
Color
Color
Gets or sets the color of a particular item.
public Color Color { get; set; }
Gets or sets the PositionState.
public PositionState PositionState { get; set; }
The PositionState..
Methods
OnCreateAutomationPeer()
AutomationPeer
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.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
Resets the theme.
public void ResetTheme()