Class TextLineSettingsControl
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class TextLineSettingsControl : LineSettingsControlBase
Constructors
TextLineSettingsControl()
Declaration
public TextLineSettingsControl()
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. |
SetSelectedOutlineDashProperty(LineDashType)
Declaration
protected override void SetSelectedOutlineDashProperty(LineDashType dash)
Parameters
LineDashType
dash
|
Overrides
SetSelectedOutlineFillProperty(IShapeOutlineFill)
Declaration
protected override void SetSelectedOutlineFillProperty(IShapeOutlineFill shapeFill)
Parameters
IShapeOutlineFill
shapeFill
|
Overrides
SetSelectedOutlineWidthProperty(Double)
Declaration
protected override void SetSelectedOutlineWidthProperty(double width)
Parameters
System.Double
width
|
Overrides
TryGetSelectedShapeOutlineDash(RadRichTextBox, out LineDashType)
Declaration
protected override bool TryGetSelectedShapeOutlineDash(RadRichTextBox richTextBox, out LineDashType dash)
Parameters
RadRichTextBox
richTextBox
|
LineDashType
dash
|
Returns
System.Boolean
|
Overrides
TryGetSelectedShapeOutlineFill(RadRichTextBox, out IShapeOutlineFill)
Declaration
protected override bool TryGetSelectedShapeOutlineFill(RadRichTextBox richTextBox, out IShapeOutlineFill shapeFill)
Parameters
RadRichTextBox
richTextBox
|
IShapeOutlineFill
shapeFill
|
Returns
System.Boolean
|
Overrides
TryGetSelectedShapeOutlineWidth(RadRichTextBox, out Double)
Declaration
protected override bool TryGetSelectedShapeOutlineWidth(RadRichTextBox richTextBox, out double width)
Parameters
RadRichTextBox
richTextBox
|
System.Double
width
|
Returns
System.Boolean
|