Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
to Background mask Mtext in VB.NET
how can I use "Fill color" Use drawing background color
Solved! Go to Solution.
Hi
to Background mask Mtext in VB.NET
how can I use "Fill color" Use drawing background color
Solved! Go to Solution.
Hi
I try this
the background get read from the Layer not from the drawing
mtx.BackgroundFill = True
mtx.BackgroundFillColor = Color.FromColorIndex(ColorMethod.ByAci, 1)
mtx.UseBackgroundColor = False