Gets and sets the style of the shape.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public ShapeBase ShapeStyle { get; set; }
Visual Basic (Declaration)
Public Property ShapeStyle As ShapeBase
Visual C++
public:
property ShapeBase^ ShapeStyle {
	ShapeBase^ get ();
	void set (ShapeBase^ value);
}

See Also