| Article | 70000230 |
| Type | Wish |
| Product | Engine |
| Date Added | 1/5/2015 12:00:00 AM |
| Fixed | (1/12/2015 12:00:00 AM) |
| Submitted by | Scheffler, Jens |
Summary
Support Background Color of Mtext and Text object
Solution
in version 7003 we added 3 properties to the Mtext object like below
summary>Get/Set a boolean value that represents if the backgroundmask color will be used.
public bool BackGroundMask
summary>Get/Set the vdColor that will fill the box of the mtext.
public vdColor BackGroundMaskColor
summary>Get/Set the object's backgroundMask offset.
public double BackGroundMaskOffset
We also supported these properties to the DXF/DWG formats.
