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

Definition

Namespace:Telerik.WinControls.UI.ImageEditor

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class ShapeInfo

Inheritance: objectShapeInfo

Constructors

C#
public ShapeInfo(ShapeType shapeType, Color fill, Color borderColor, int borderThickness)
Parameters:shapeTypeShapeTypefillColorborderColorColorborderThicknessint

Properties

C#
public Color BorderColor { get; set; }
C#
public int BorderThickness { get; set; }
C#
public Color Fill { get; set; }
C#
public ShapeType ShapeType { get; set; }