Property LineWeightDisplayScale
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
LineWeightDisplayScale
Get/Set the scale factor for displaying line weights on screen for model space only.
public double LineWeightDisplayScale { get; set; }
Property Value
Remarks
- Valid range is from 0.5 to 3.0. Values less than 1.0 will make the line weights appear thinner, while values greater than 1.0 will make them appear thicker.
- This is especially useful for users with high-resolution (4K or 8K) monitors where standard lines might appear too thin to distinguish
- Default value : 1.0 (no scaling).
- This value does not affect the actual line weight of the entities, but only how they are displayed on screen in model space.
When printing or plotting, the line weights will be rendered according to their actual values regardless of this setting. - It does not save to the the document.
- It can be set once when the document is created and initialized and will keep the same value after calling the New() or Open(string) methods."/>
- Raizes the OnBeforeModifyObject event and the OnAfterModifyObject event.
- See Also