DrawingShapeInfo
Class
Groups the Drawing Shape attached properties: Stroke, StrokeThickness, Fill, FillRule, IsShapeFilled, IsShapeClosed.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class DrawingShapeInfo
Inheritance: objectDrawingShapeInfo
Constructors
C#
public DrawingShapeInfo()
Properties
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; }
The StrokeThickness of the shape in drawing adorner.
C#
public double StrokeThickness { get; set; }