Class HighlightColorPicker
Represents color picker with changeable image.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.ColorPickers
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class HighlightColorPicker : RadColorPicker
Constructors
HighlightColorPicker()
Declaration
public HighlightColorPicker()
Fields
ImageProperty
Identifies the Image property.
Declaration
public static readonly DependencyProperty ImageProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Image
Gets or sets the image.
Declaration
public ImageSource Image { get; set; }
Property Value
System.Windows.Media.ImageSource
The image. |