Class RoundCornersCommandContext
Inheritance
System.Object
RoundCornersCommandContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Media.Imaging.Commands
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class RoundCornersCommandContext
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
|