Class ShapesColorPickerBase
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public abstract class ShapesColorPickerBase : ShapesControlBase
Constructors
ShapesColorPickerBase()
Declaration
protected ShapesColorPickerBase()
Fields
SelectedBrushProperty
Declaration
public static readonly DependencyProperty SelectedBrushProperty
Field Value
System.Windows.DependencyProperty
|
SelectedColorProperty
Declaration
public static readonly DependencyProperty SelectedColorProperty
Field Value
System.Windows.DependencyProperty
|
SplitButtonImageProperty
Declaration
public static readonly DependencyProperty SplitButtonImageProperty
Field Value
System.Windows.DependencyProperty
|
Properties
SelectedBrush
Declaration
public Brush SelectedBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
SelectedColor
Declaration
public Color SelectedColor { get; set; }
Property Value
System.Windows.Media.Color
|
SplitButtonImage
Declaration
public ImageSource SplitButtonImage { get; set; }
Property Value
System.Windows.Media.ImageSource
|
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
OnSelectedBrushPropertyChanged(Brush)
Declaration
protected abstract void OnSelectedBrushPropertyChanged(Brush newValue)
Parameters
System.Windows.Media.Brush
newValue
|
OnSelectedColorPropertyChanged(Color)
Declaration
protected abstract void OnSelectedColorPropertyChanged(Color newColor)
Parameters
System.Windows.Media.Color
newColor
|