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.Windows.Media.Color
color
|
System.Double
size
|
Fields
BrushSizeNumericUpDownName
Declaration
public const string BrushSizeNumericUpDownName = "PART_BrushSizeNumericUpDown"
Field Value
System.String
|
ColorPickerName
Declaration
public const string ColorPickerName = "PART_ColorPicker"
Field Value
System.String
|
Properties
BrushColor
Declaration
public Color BrushColor { get; set; }
Property Value
System.Windows.Media.Color
|
BrushSize
Declaration
public double BrushSize { get; set; }
Property Value
System.Double
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |