ClassTextFillSettingsControl
Class
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class TextFillSettingsControl : FillSettingsControlBase
Inheritance: objectControlBaseShapesControlBaseFillSettingsControlBaseTextFillSettingsControl
Inherited Members
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
The RoutedEventArgs that contains the event data.
SetSelectedFillProperty(IShapeFill)
Declaration
cs-api-definition
protected override void SetSelectedFillProperty(IShapeFill shapeFill)
Parameters
shapeFill
Overrides
TryGetSelectedFillProperty(RadRichTextBox, out IShapeFill)
Declaration
cs-api-definition
protected override bool TryGetSelectedFillProperty(RadRichTextBox richTextBox, out IShapeFill shapeFill)
Parameters
richTextBox
shapeFill
Returns
Overrides