Class DrawToolSettings
Inheritance
System.Object
DrawToolSettings
Namespace: Telerik.Windows.Media.Imaging.Tools.UI
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class DrawToolSettings : Control
Constructors
DrawToolSettings()
Declaration
public DrawToolSettings()
DrawToolSettings(Color, Double)
Declaration
public DrawToolSettings(Color color, double size)
Parameters
System.
|
System.
|
Fields
BrushSizeNumericUpDownName
Declaration
public const string BrushSizeNumericUpDownName = "PART_BrushSizeNumericUpDown"
Field Value
System.
|
ColorPickerName
Declaration
public const string ColorPickerName = "PART_ColorPicker"
Field Value
System.
|
Properties
BrushColor
Declaration
public Color BrushColor { get; set; }
Property Value
System.
|
BrushSize
Declaration
public double BrushSize { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |