Table of Contents

Property LineWeight

Namespace
VectorDraw.Professional.vdPrimaries
Assembly
VectorDraw.Professional.dll

LineWeight

Get/Set The LineWeight of the object.

public VdConstLineWeight LineWeight { get; set; }

Property Value

VdConstLineWeight

Remarks

If object's PenWidth is greater than 0 then LineWeight is ignored. if LineWeightDisplay is set to false then Lineweight is ignored. Default value LW_BYLAYER. Raizes the OnBeforeModifyObject event. Raizes the OnAfterModifyObject event.

See Also