ClassRadColorPaletteView
Represents the Silverlight RadColorPaletteView control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadColorPaletteView : Selector, IAutomationPeer, IPeerConverter, IControl, IRadColorPaletteView, ISelector, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlSelectorRadColorPaletteView
Implements:
Inherited Members
Constructors
RadColorPaletteView()
Initializes a new instance of the RadColorPaletteView class.
Declaration
public RadColorPaletteView()
Properties
ColumnCount
Gets the Palette column count.
ItemElements
Get the list of color palette view items.
Declaration
public IList<IRadColorPaletteViewItem> ItemElements { get; }
Property Value
Implements
Orientation
Gets the Palette orientation.
Declaration
public Orientation Orientation { get; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the automation reference to this element.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
The automation reference to assign.
Overrides
Implements
SelectItem(int)
Simulates user click to select the item with given index. Throws ArgumentOutOfRangeException if item index is out of range.
Declaration
public void SelectItem(int itemIndex)
Parameters
itemIndex
The index of the item to be selected.
Implements