DrawingShapeInfo
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:
C#
public class DrawingShapeInfo
Inheritance: objectDrawingShapeInfo
Constructors
C#
public DrawingShapeInfo()
Properties
Fill
Brush
The Background of the shape in drawing adorner.
C#
public Brush Fill { get; set; }
FillRule
FillRule
The FillRule of the shape in drawing adorner.
C#
public FillRule FillRule { get; set; }
Determines whether the shape in drawing adorner is closed.
C#
public bool IsShapeClosed { get; set; }
Determines whether the shape in drawing adorner is filled.
C#
public bool IsShapeFilled { get; set; }
Stroke
Brush
The Stroke of the shape in drawing adorner.
C#
public Brush Stroke { get; set; }
The StrokeThickness of the shape in drawing adorner.
C#
public double StrokeThickness { get; set; }