Gets or sets the layer of the scene text.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

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

Field Value

The layer the scene text lies on.

See Also