Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class LinePropertiesSettingsControl : ControlBase
Inheritance: objectControlBaseLinePropertiesSettingsControl
Inherited Members
Constructors
C#
public LinePropertiesSettingsControl()
Fields
SelectedDashTypeProperty
DependencyProperty
C#
public static readonly DependencyProperty SelectedDashTypeProperty
SelectedWidthProperty
DependencyProperty
C#
public static readonly DependencyProperty SelectedWidthProperty
Properties
C#
public LineDashType SelectedDashType { get; set; }
C#
public double SelectedWidth { get; set; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.