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