Property PenColor
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
PenColor
Get/Set the vdColor object that the vdFigure will be drawn with.
public vdColor PenColor { get; set; }
Property Value
Remarks
When setting a value, the property's value is copied (no reference) to the object's PenColor.vdColor Default value null. Raizes the OnBeforeModifyObject event. Raizes the OnAfterModifyObject event.