Class
FormattingColorPicker

Represents a color picker used for formatting within the RichTextBoxUI control.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.ColorPickers

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class FormattingColorPicker : RadColorPicker

Inheritance: objectRadColorPickerFormattingColorPicker

Inherited Members RadColorPicker.CommandPropertyRadColorPicker.CommandParameterPropertyRadColorPicker.CommandTargetPropertyRadColorPicker.ClickEventRadColorPicker.DropDownClosedEventRadColorPicker.DropDownOpenedEventRadColorPicker.DropDownOpeningEventRadColorPicker.PaletteItemsTemplatePropertyRadColorPicker.MainPaletteColumnsCountPropertyRadColorPicker.MainPaletteOrientationPropertyRadColorPicker.SelectedColorPropertyRadColorPicker.StandardPalettePropertyRadColorPicker.HeaderPalettePropertyRadColorPicker.MainPalettePropertyRadColorPicker.StandardPaletteHeaderTextPropertyRadColorPicker.MainPaletteHeaderTextPropertyRadColorPicker.NoColorTextPropertyRadColorPicker.RecentColorsHeaderTextPropertyRadColorPicker.IsRecentColorsActivePropertyRadColorPicker.RecentColorsItemsSourcePropertyRadColorPicker.NoColorVisibilityPropertyRadColorPicker.HeaderPaletteVisibilityPropertyRadColorPicker.StandardPaletteVisibilityPropertyRadColorPicker.HeaderPaletteItemsSourcePropertyRadColorPicker.MainPaletteItemsSourcePropertyRadColorPicker.StandardPaletteItemsSourcePropertyRadColorPicker.IsDropDownOpenPropertyRadColorPicker.MainPalettePanelPropertyRadColorPicker.MainPaletteItemsStylePropertyRadColorPicker.AutomaticColorPropertyRadColorPicker.ColorSelectorStylePropertyRadColorPicker.ContentPropertyRadColorPicker.ContentTemplatePropertyRadColorPicker.AdditionalContentPropertyRadColorPicker.AdditionalContentTemplatePropertyRadColorPicker.ColorPropertyPathPropertyRadColorPicker.SelectedItemPropertyRadColorPicker.DropDownPlacementPropertyRadColorPicker.SplitButtonStylePropertyRadColorPicker.ResetTheme()RadColorPicker.OnApplyTemplate()RadColorPicker.OnMouseWheel(MouseWheelEventArgs)RadColorPicker.OnCreateAutomationPeer()RadColorPicker.OnSelectedColorChanged()RadColorPicker.OnInitialized(EventArgs)RadColorPicker.ColorPropertyPathRadColorPicker.CommandRadColorPicker.CommandParameterRadColorPicker.CommandTargetRadColorPicker.PaletteItemsTemplateRadColorPicker.MainPaletteColumnsCountRadColorPicker.MainPaletteOrientationRadColorPicker.SelectedColorRadColorPicker.SelectedItemRadColorPicker.RecentColorsHeaderTextRadColorPicker.IsRecentColorsActiveRadColorPicker.StandardPaletteHeaderTextRadColorPicker.MainPaletteHeaderTextRadColorPicker.NoColorTextRadColorPicker.NoColorVisibilityRadColorPicker.StandardPaletteVisibilityRadColorPicker.HeaderPaletteVisibilityRadColorPicker.RecentColorsItemsSourceRadColorPicker.MainPaletteRadColorPicker.HeaderPaletteRadColorPicker.StandardPaletteRadColorPicker.StandardPaletteItemsSourceRadColorPicker.HeaderPaletteItemsSourceRadColorPicker.MainPaletteItemsSourceRadColorPicker.IsDropDownOpenRadColorPicker.MainPalettePanelRadColorPicker.MainPaletteItemsStyleRadColorPicker.ColorSelectorStyleRadColorPicker.AutomaticColorRadColorPicker.DropDownPlacementRadColorPicker.SplitButtonStyleRadColorPicker.ContentRadColorPicker.ContentTemplateRadColorPicker.AdditionalContentRadColorPicker.AdditionalContentTemplateRadColorPicker.SelectedColorChangedRadColorPicker.ClickRadColorPicker.DropDownClosedRadColorPicker.DropDownOpenedRadColorPicker.DropDownOpening

Constructors

FormattingColorPicker()

Declaration

cs-api-definition
public FormattingColorPicker()

Fields

ActiveColorProperty

Declaration

cs-api-definition
public static readonly DependencyProperty ActiveColorProperty

Field Value

DependencyProperty

ImageProperty

Identifies the Image property.

Declaration

cs-api-definition
public static readonly DependencyProperty ImageProperty

Field Value

DependencyProperty

Properties

ActiveColor

Gets or sets the active color which is shown on the bottom part of the drop down button.

Declaration

cs-api-definition
public Color ActiveColor { get; set; }

Property Value

Color

The active color.

Image

Gets or sets the image.

Declaration

cs-api-definition
public ImageSource Image { get; set; }

Property Value

ImageSource

The image.