ClassGradientLineSettingsControl
Class
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class GradientLineSettingsControl : ControlBase
Inheritance: objectControlBaseGradientLineSettingsControl
Inherited Members
Constructors
GradientLineSettingsControl()
Declaration
cs-api-definition
public GradientLineSettingsControl()
Fields
SelectedBrushProperty
Declaration
cs-api-definition
public static readonly DependencyProperty SelectedBrushProperty
Field Value
DependencyProperty
SelectedDashTypeProperty
Declaration
cs-api-definition
public static readonly DependencyProperty SelectedDashTypeProperty
Field Value
DependencyProperty
SelectedWidthProperty
Declaration
cs-api-definition
public static readonly DependencyProperty SelectedWidthProperty
Field Value
DependencyProperty
Properties
SelectedBrush
Declaration
cs-api-definition
public Brush SelectedBrush { get; set; }
Property Value
Brush
SelectedDashType
Declaration
cs-api-definition
public LineDashType SelectedDashType { get; set; }
Property Value
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Events
SelectedBrushChanged
Declaration
cs-api-definition
public event EventHandler SelectedBrushChanged
Event Value
SelectedDashTypeChanged
Declaration
cs-api-definition
public event EventHandler SelectedDashTypeChanged
Event Value
SelectedWidthChanged
Declaration
cs-api-definition
public event EventHandler SelectedWidthChanged
Event Value