Class DrawingShapeInfo
Groups the Drawing Shape attached properties: Stroke, StrokeThickness, Fill, FillRule, IsShapeFilled, IsShapeClosed.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class DrawingShapeInfo
Constructors
DrawingShapeInfo()
Declaration
public DrawingShapeInfo()
Properties
Fill
The Background of the shape in drawing adorner.
Declaration
public Brush Fill { get; set; }
Property Value
System.Drawing.Brush
|
FillRule
IsShapeClosed
Determines whether the shape in drawing adorner is closed.
Declaration
public bool IsShapeClosed { get; set; }
Property Value
System.Boolean
|
IsShapeFilled
Determines whether the shape in drawing adorner is filled.
Declaration
public bool IsShapeFilled { get; set; }
Property Value
System.Boolean
|
Stroke
The Stroke of the shape in drawing adorner.
Declaration
public Brush Stroke { get; set; }
Property Value
System.Drawing.Brush
|
StrokeThickness
The StrokeThickness of the shape in drawing adorner.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|