New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Media.Imaging.Commands

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class RoundCornersCommandContext

Inheritance: objectRoundCornersCommandContext

Constructors

C#
public RoundCornersCommandContext(double radius, Color backgroundColor, double borderThickness, Color borderColor)
Parameters:radiusdoublebackgroundColorColorborderThicknessdoubleborderColorColor

Properties

C#
public Color BackgroundColor { get; }
C#
public Color BorderColor { get; }
C#
public double BorderThickness { get; }
C#
public double Radius { get; }