Class FormattingColorPicker
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.ColorPickers
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class FormattingColorPicker : RadColorPicker
Constructors
FormattingColorPicker()
Declaration
public FormattingColorPicker()
Fields
ActiveColorProperty
Declaration
public static readonly DependencyProperty ActiveColorProperty
Field Value
System.Windows.DependencyProperty
|
ImageProperty
Identifies the Image property.
Declaration
public static readonly DependencyProperty ImageProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ActiveColor
Gets or sets the active color which is shown on the bottom part of the drop down button.
Declaration
public Color ActiveColor { get; set; }
Property Value
System.Windows.Media.Color
The active color. |
Image
Gets or sets the image.
Declaration
public ImageSource Image { get; set; }
Property Value
System.Windows.Media.ImageSource
The image. |