ClassDrawingShapeInfo
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:
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.
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.
StrokeThickness
The StrokeThickness of the shape in drawing adorner.