Class
RoundCornersCommandContext

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class RoundCornersCommandContext

Inheritance: objectRoundCornersCommandContext

Constructors

RoundCornersCommandContext(double, Color, double, Color)

Declaration

cs-api-definition
public RoundCornersCommandContext(double radius, Color backgroundColor, double borderThickness, Color borderColor)

Parameters

radius

double

backgroundColor

Color

borderThickness

double

borderColor

Color

Properties

BackgroundColor

Declaration

cs-api-definition
public Color BackgroundColor { get; }

Property Value

Color

BorderColor

Declaration

cs-api-definition
public Color BorderColor { get; }

Property Value

Color

BorderThickness

Declaration

cs-api-definition
public double BorderThickness { get; }

Property Value

double

Radius

Declaration

cs-api-definition
public double Radius { get; }

Property Value

double