Property Layer
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
Layer
Get/Set the vdLayer object of the vdFigure.
public virtual vdLayer Layer { get; set; }
Property Value
Remarks
This object must be a valid existing vdlayer object in the vdLayers collection of the Document of the vdFigure. When setting a value, the property's value is referenced to the object's Layer. Default value null. Raizes the OnBeforeModifyObject event. Raizes the OnAfterModifyObject event.