Class RoundCornersToolSettings
Inheritance
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.String
|
ColorPickerBorderName
Declaration
public const string ColorPickerBorderName = "ColorPickerBorder"
Field Value
System.String
|
SliderBorderThicknessName
Declaration
public const string SliderBorderThicknessName = "SliderBorderThickness"
Field Value
System.String
|
SliderRadiusName
Declaration
public const string SliderRadiusName = "SliderRadius"
Field Value
System.String
|
Properties
ToolBackgroundColor
Declaration
public Color ToolBackgroundColor { get; set; }
Property Value
System.Windows.Media.Color
|
ToolBorderColor
Declaration
public Color ToolBorderColor { get; set; }
Property Value
System.Windows.Media.Color
|
ToolBorderThickness
Declaration
public double ToolBorderThickness { get; set; }
Property Value
System.Double
|
ToolMaxRadius
Declaration
public double ToolMaxRadius { get; set; }
Property Value
System.Double
|
ToolRadius
Declaration
public double ToolRadius { 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. |
Events
SettingsChanged
Declaration
public event EventHandler SettingsChanged
Event Type
System.EventHandler
|