Gets or sets ShapeBase object, used for marks shape drawing.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

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

See Also