Class
ShapesTextColorPicker

Definition

Constructors

ShapesTextColorPicker()

Declaration

cs-api-definition
public ShapesTextColorPicker()

Fields

ShapesTextColorPickerImagePath

Declaration

cs-api-definition
public static readonly Uri ShapesTextColorPickerImagePath

Field Value

Uri

Methods

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Overrides ShapesColorPickerBase.OnInitialized(EventArgs)

OnSelectedBrushPropertyChanged(Brush)

Declaration

cs-api-definition
protected override void OnSelectedBrushPropertyChanged(Brush newBrush)

Parameters

newBrush

Brush

Overrides ShapesColorPickerBase.OnSelectedBrushPropertyChanged(Brush)

OnSelectedColorPropertyChanged(Color)

Declaration

cs-api-definition
protected override void OnSelectedColorPropertyChanged(Color newColor)

Parameters

newColor

Color

Overrides ShapesColorPickerBase.OnSelectedColorPropertyChanged(Color)

TryApplySelectedShapeShapeFill(RadRichTextBox)

Declaration

cs-api-definition
protected void TryApplySelectedShapeShapeFill(RadRichTextBox richTextBox)

Parameters

richTextBox

RadRichTextBox