ClassRadColorSelector
Represents the Silverlight RadColorSelector control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadColorSelector : ContentControl, IAutomationPeer, IPeerConverter, IRadColorSelector, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlRadColorSelector
Implements:
Inherited Members
Constructors
RadColorSelector()
Initializes a new instance of the RadColorSelector class.
Declaration
public RadColorSelector()
Properties
HeaderColor
Get the color of the header button.
HeaderColorValue
Get the header color RGB value.
Declaration
public string HeaderColorValue { get; }
Property Value
Implements
HeaderPaletteVisibility
Get the visibility of the header selector palette.
Declaration
public Visibility HeaderPaletteVisibility { get; }
Property Value
Implements
HeaderText
Get the text of the header.
MainPaletteHeaderText
Get the selector main palette header text.
Declaration
public string MainPaletteHeaderText { get; }
Property Value
Implements
NoColorVisibility
Get the 'NoColor' header color button visibility. Obtains the value from RadColorSelector control via automation property.
Declaration
public Visibility NoColorVisibility { get; }
Property Value
Implements
Palettes
Get the list of the available palettes in the selector.
Declaration
public IList<RadColorPaletteView> Palettes { get; }
Property Value
StandardPaletteHeaderText
Get the selector standard palette header text.
Declaration
public string StandardPaletteHeaderText { get; }
Property Value
Implements
StandardPaletteVisibility
Get the visibility of the standard selector palette.
Declaration
public Visibility StandardPaletteVisibility { get; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
SelectItem(int, int)
Selects the item from the palette with the given index.