Class TextLineSettingsControl
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TextLineSettingsControl : LineSettingsControlBase
Constructors
TextLineSettingsControl()
Declaration
public TextLineSettingsControl()
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
SetSelectedOutlineDashProperty(LineDashType)
Declaration
protected override void SetSelectedOutlineDashProperty(LineDashType dash)
Parameters
Line
|
Overrides
SetSelectedOutlineFillProperty(IShapeOutlineFill)
Declaration
protected override void SetSelectedOutlineFillProperty(IShapeOutlineFill shapeFill)
Parameters
IShape
|
Overrides
SetSelectedOutlineWidthProperty(Double)
Declaration
protected override void SetSelectedOutlineWidthProperty(double width)
Parameters
System.
|
Overrides
TryGetSelectedShapeOutlineDash(RadRichTextBox, out LineDashType)
Declaration
protected override bool TryGetSelectedShapeOutlineDash(RadRichTextBox richTextBox, out LineDashType dash)
Parameters
Rad
|
Line
|
Returns
System.
|
Overrides
TryGetSelectedShapeOutlineFill(RadRichTextBox, out IShapeOutlineFill)
Declaration
protected override bool TryGetSelectedShapeOutlineFill(RadRichTextBox richTextBox, out IShapeOutlineFill shapeFill)
Parameters
Rad
|
IShape
|
Returns
System.
|
Overrides
TryGetSelectedShapeOutlineWidth(RadRichTextBox, out Double)
Declaration
protected override bool TryGetSelectedShapeOutlineWidth(RadRichTextBox richTextBox, out double width)
Parameters
Rad
|
System.
|
Returns
System.
|