Class SolidLineSettingsControl
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SolidLineSettingsControl : ControlBase
Constructors
SolidLineSettingsControl()
Declaration
public SolidLineSettingsControl()
Fields
SelectedColorProperty
Declaration
public static readonly DependencyProperty SelectedColorProperty
Field Value
System.
|
SelectedDashTypeProperty
Declaration
public static readonly DependencyProperty SelectedDashTypeProperty
Field Value
System.
|
SelectedWidthProperty
Declaration
public static readonly DependencyProperty SelectedWidthProperty
Field Value
System.
|
Properties
SelectedColor
Declaration
public Color SelectedColor { get; set; }
Property Value
System.
|
SelectedDashType
SelectedWidth
Declaration
public double SelectedWidth { get; set; }
Property Value
System.
|
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
Events
SelectedColorChanged
Declaration
public event EventHandler SelectedColorChanged
Event Type
System.
|
SelectedDashTypeChanged
Declaration
public event EventHandler SelectedDashTypeChanged
Event Type
System.
|
SelectedWidthChanged
Declaration
public event EventHandler SelectedWidthChanged
Event Type
System.
|