Class
ShapeInfo

Definition

Namespace:Telerik.WinControls.UI.ImageEditor

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ShapeInfo

Inheritance: objectShapeInfo

Constructors

ShapeInfo(ShapeType, Color, Color, int)

Declaration

cs-api-definition
public ShapeInfo(ShapeType shapeType, Color fill, Color borderColor, int borderThickness)

Parameters

shapeType

ShapeType

fill

Color

borderColor

Color

borderThickness

int

Properties

BorderColor

Declaration

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

Property Value

Color

BorderThickness

Declaration

cs-api-definition
public int BorderThickness { get; set; }

Property Value

int

Fill

Declaration

cs-api-definition
public Color Fill { get; set; }

Property Value

Color

ShapeType

Declaration

cs-api-definition
public ShapeType ShapeType { get; set; }

Property Value

ShapeType