Group: Forum Members
Last Active: 12 Years Ago
Posts: 52,
Visits: 1
|
Just starting to use Diagram for mapping so I hope this question makes sense. The View area always has a border which I want to turn off - I want my map to sit within the document with no obvious boundary beteen the map and the rest of the window. However, View has no border property. How do I achieve this?
|
Group: Forum Members
Last Active: 2 days ago @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
Hi Kevin, The border you speak of is actually the border of the drawing document. To hide it, use the following line of code: document.BackgroundStyle.FrameStyle.Visible = false;
Best Regards, Nevron Support Team
|