Class
DrawingShapeInfo

Groups the Drawing Shape attached properties: Stroke, StrokeThickness, Fill, FillRule, IsShapeFilled, IsShapeClosed.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public class DrawingShapeInfo

Inheritance: objectDrawingShapeInfo

Constructors

DrawingShapeInfo()

Declaration

cs-api-definition
public DrawingShapeInfo()

Properties

Fill

The Background of the shape in drawing adorner.

Declaration

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

Property Value

Brush

FillRule

The FillRule of the shape in drawing adorner.

Declaration

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

Property Value

FillRule

IsShapeClosed

Determines whether the shape in drawing adorner is closed.

Declaration

cs-api-definition
public bool IsShapeClosed { get; set; }

Property Value

bool

IsShapeFilled

Determines whether the shape in drawing adorner is filled.

Declaration

cs-api-definition
public bool IsShapeFilled { get; set; }

Property Value

bool

Stroke

The Stroke of the shape in drawing adorner.

Declaration

cs-api-definition
public Brush Stroke { get; set; }

Property Value

Brush

StrokeThickness

The StrokeThickness of the shape in drawing adorner.

Declaration

cs-api-definition
public double StrokeThickness { get; set; }

Property Value

double