Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class GradientLineSettingsControl : ControlBase
Inheritance: objectControlBaseGradientLineSettingsControl
Inherited Members
Constructors
C#
public GradientLineSettingsControl()
Fields
SelectedBrushProperty
DependencyProperty
C#
public static readonly DependencyProperty SelectedBrushProperty
SelectedDashTypeProperty
DependencyProperty
C#
public static readonly DependencyProperty SelectedDashTypeProperty
SelectedWidthProperty
DependencyProperty
C#
public static readonly DependencyProperty SelectedWidthProperty
Properties
SelectedBrush
Brush
C#
public Brush SelectedBrush { get; set; }
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.
Events
C#
public event EventHandler SelectedBrushChanged
C#
public event EventHandler SelectedDashTypeChanged
C#
public event EventHandler SelectedWidthChanged