Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class ShapesColorPickerBase : ShapesControlBase
Inheritance: objectControlBaseShapesControlBaseShapesColorPickerBase
Derived Classes:
Inherited Members
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
SelectedBrush
Brush
C#
public Brush SelectedBrush { get; set; }
SelectedColor
Color
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)
The RoutedEventArgs that contains the event data.
C#
protected abstract void OnSelectedBrushPropertyChanged(Brush newValue)
C#
protected abstract void OnSelectedColorPropertyChanged(Color newColor)