Class GradientSettingsControl
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class GradientSettingsControl : ControlBase
Constructors
GradientSettingsControl()
Declaration
public GradientSettingsControl()
Fields
SelectedBrushProperty
Declaration
public static readonly DependencyProperty SelectedBrushProperty
Field Value
System.
|
Properties
SelectedBrush
Declaration
public Brush SelectedBrush { get; set; }
Property Value
System.
|
Methods
GetAngleOfLineBetweenTwoPoints(Point, Point)
Declaration
public static double GetAngleOfLineBetweenTwoPoints(Point firstPoint, Point secondPoint)
Parameters
System.
|
System.
|
Returns
System.
|
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
Events
SelectedBrushChanged
Declaration
public event EventHandler SelectedBrushChanged
Event Type
System.
|