Gets or sets the layer of the scene text.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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); } |