ClassDrawingShapeInfo
Class
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.
IsShapeFilled
Determines whether the shape in drawing adorner is filled.
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.