DrawToolSettings
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.Tools.UI
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class DrawToolSettings : Control
Inheritance: objectDrawToolSettings
Constructors
C#
public DrawToolSettings()
Fields
C#
public const string BrushSizeNumericUpDownName = "PART_BrushSizeNumericUpDown"
C#
public const string ColorPickerName = "PART_ColorPicker"
Properties
BrushColor
Color
C#
public Color BrushColor { get; set; }
Methods
C#
public override void OnApplyTemplate()
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.