ClassRoundCornersToolSettings
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.Tools.UI
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class RoundCornersToolSettings : Control
Inheritance: objectRoundCornersToolSettings
Constructors
RoundCornersToolSettings()
Declaration
cs-api-definition
public RoundCornersToolSettings()
Fields
ColorPickerBackgroundName
Declaration
cs-api-definition
public const string ColorPickerBackgroundName = "ColorPickerBackground"
Field Value
ColorPickerBorderName
Declaration
cs-api-definition
public const string ColorPickerBorderName = "ColorPickerBorder"
Field Value
SliderBorderThicknessName
Declaration
cs-api-definition
public const string SliderBorderThicknessName = "SliderBorderThickness"
Field Value
SliderRadiusName
Declaration
cs-api-definition
public const string SliderRadiusName = "SliderRadius"
Field Value
Properties
ToolBackgroundColor
Declaration
cs-api-definition
public Color ToolBackgroundColor { get; set; }
Property Value
Color
ToolBorderColor
Declaration
cs-api-definition
public Color ToolBorderColor { get; set; }
Property Value
Color
Methods
OnApplyTemplate()
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.