Property LineType
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
LineType
Get/Set the vdLinetype object that the vdFigure will be drawn with.
public vdLineType LineType { get; set; }
Property Value
Remarks
This object must be a valid existing vdLinetype object in the vdLineTypes collection of the figure's Document. When setting a value, the property's value is referenced to the object's Linetype. Default value null. Raizes the OnBeforeModifyObject event. Raizes the OnAfterModifyObject event.