New to Telerik UI for WPFStart a free 30-day trial

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()
C#
public DrawToolSettings(Color color, double size)
Parameters:colorColorsizedouble

Fields

C#
public const string BrushSizeNumericUpDownName = "PART_BrushSizeNumericUpDown"
C#
public const string ColorPickerName = "PART_ColorPicker"

Properties

C#
public Color BrushColor { get; set; }
C#
public double BrushSize { 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)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.