Definition
Namespace:Telerik.Windows.Media.Imaging.Tools.UI
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class RoundCornersToolSettings : Control
Inheritance: objectRoundCornersToolSettings
Constructors
C#
public RoundCornersToolSettings()
Fields
C#
public const string ColorPickerBackgroundName = "ColorPickerBackground"
C#
public const string ColorPickerBorderName = "ColorPickerBorder"
C#
public const string SliderBorderThicknessName = "SliderBorderThickness"
C#
public const string SliderRadiusName = "SliderRadius"
Properties
ToolBackgroundColor
Color
C#
public Color ToolBackgroundColor { get; set; }
ToolBorderColor
Color
C#
public Color ToolBorderColor { get; set; }
C#
public double ToolBorderThickness { get; set; }
C#
public double ToolMaxRadius { get; set; }
C#
public double ToolRadius { 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.
Events
C#
public event EventHandler SettingsChanged