Class RoundCornersCommandContext
Inheritance
System.Object
RoundCornersCommandContext
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class RoundCornersCommandContext : Object
Constructors
RoundCornersCommandContext(Double, Color, Double, Color)
Declaration
public RoundCornersCommandContext(double radius, Color backgroundColor, double borderThickness, Color borderColor)
Parameters
System.Double
radius
|
System.Windows.Media.Color
backgroundColor
|
System.Double
borderThickness
|
System.Windows.Media.Color
borderColor
|
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; }
Property Value
System.Windows.Media.Color
|
BorderColor
Declaration
public Color BorderColor { get; }
Property Value
System.Windows.Media.Color
|
BorderThickness
Declaration
public double BorderThickness { get; }
Property Value
System.Double
|
Radius
Declaration
public double Radius { get; }
Property Value
System.Double
|