Property ActiveShape
ActiveShape
Returns active shape of the scene, or empty string if no shape is active.
Declaration
public string ActiveShape { get; set; }
Property Value
Type | Description |
---|---|
string | The character string describing the shape points. See Shape for details. You can use Scene.Shape class to manipulate individual points of a shape. |