Class
TextFillSettingsControl

Definition

Constructors

TextFillSettingsControl()

Declaration

cs-api-definition
public TextFillSettingsControl()

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.

SetSelectedFillProperty(IShapeFill)

Declaration

cs-api-definition
protected override void SetSelectedFillProperty(IShapeFill shapeFill)

Parameters

shapeFill

IShapeFill

Overrides FillSettingsControlBase.SetSelectedFillProperty(IShapeFill)

TryGetSelectedFillProperty(RadRichTextBox, out IShapeFill)

Declaration

cs-api-definition
protected override bool TryGetSelectedFillProperty(RadRichTextBox richTextBox, out IShapeFill shapeFill)

Parameters

richTextBox

RadRichTextBox

shapeFill

IShapeFill

Returns

bool

Overrides FillSettingsControlBase.TryGetSelectedFillProperty(RadRichTextBox, out IShapeFill)