New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public abstract class ShapesColorPickerBase : ShapesControlBase

Inheritance: objectControlBaseShapesControlBaseShapesColorPickerBase

Derived Classes: ShapesColorPickerShapesTextColorPicker

Inherited Members ShapesControlBase.AssociatedRichTextBoxPropertyShapesControlBase.AssociatedRichTextBoxControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

C#
protected ShapesColorPickerBase()

Fields

SelectedBrushProperty

DependencyProperty

C#
public static readonly DependencyProperty SelectedBrushProperty

SelectedColorProperty

DependencyProperty

C#
public static readonly DependencyProperty SelectedColorProperty

SplitButtonImageProperty

DependencyProperty

C#
public static readonly DependencyProperty SplitButtonImageProperty

Properties

C#
public Brush SelectedBrush { get; set; }
C#
public Color SelectedColor { get; set; }

SplitButtonImage

ImageSource

C#
public ImageSource SplitButtonImage { get; set; }

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

C#
protected abstract void OnSelectedBrushPropertyChanged(Brush newValue)
Parameters:newValueBrush
C#
protected abstract void OnSelectedColorPropertyChanged(Color newColor)
Parameters:newColorColor