Article | 70002660 |
Type | Wish |
Product | WebJS |
Version | 1103 |
Date Added | 3/26/2025 12:00:00 AM |
Fixed | 11.4.2 (3/26/2025 12:00:00 AM) |
Submitted by | Brendan Fry |
Summary
Support document GlobalRenderProperties ApplyLWtoHatchProperties to web control
Solution
ApplyLWtoHatchProperties supported in version 11.4.2
Get/Set a boolean value representing if the LineWeight or PenWidth property of the figures will be applied to the hatchproperties when an object is filled with a hatchpattern.
This value is saved by the vds drawing
Default value is undefined so the LineWeight or PenWidth are not applied to hatch pattern lines
Example
vdcanvas.GetDocument().GlobalRenderProperties.ApplyLWtoHatchProperties = false; //disable pen widths for pattern lines
-or-
vdcanvas.GetDocument().GlobalRenderProperties.ApplyLWtoHatchProperties = true; //enable pen widths for pattern lines