Table of Contents

Property PointStyleSize

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

PointStyleSize

Get/Set the point style size of the document used to draw vdPoint entity.

public double PointStyleSize { get; set; }

Property Value

double

Remarks

If the value is positive then represents the size in Drawing Units.

If the value is negative then represents the percentage of active ViewSize. The value of -2 will draw points with size 2% of the active ViewSize.

Default value: 0.2 Drawing Units.

Raizes the OnBeforeModifyObject event and the OnAfterModifyObject event.