Property LineWeight
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
LineWeight
Get/Set the VdConstLineWeight value of the document. This value is used when a vdFigure object has LW_DOCUMENTDEFAULT as lineweight.
public VdConstLineWeight LineWeight { get; set; }
Property Value
Remarks
Default value: LW_0
Raizes the OnBeforeModifyObject event and the OnAfterModifyObject event.
- See Also