New to Telerik UI for WinFormsStart a free 30-day trial

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

The Background of the shape in drawing adorner.

C#
public Brush Fill { get; set; }
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; }

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; }