This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_services_edition_styles_samples [2016/11/02 09:29] tgwikiupdate [Circle With Mask Label] |
map_suite_services_edition_styles_samples [2017/03/17 03:06] (current) tgwikiupdate |
||
---|---|---|---|
Line 501: | Line 501: | ||
---- | ---- | ||
<div sampleitem> | <div sampleitem> | ||
- | ==== Circle With Mask Label ==== | + | ==== Label Point with Circle Symbol and Mask Description ==== |
<div screenshot> | <div screenshot> | ||
- | {{wpfedition:codesamples:circkewithmasklable.png?300x180}} | + | {{wpfedition:codesamples:friendsnetwork.png?300x180}} |
</div> | </div> | ||
<div content> | <div content> | ||
Line 515: | Line 515: | ||
[[Map Suite Samples Alternate Languages | Need it in another language?]] | [[Map Suite Samples Alternate Languages | Need it in another language?]] | ||
</div> | </div> | ||
- | In today's WPF project, we show you how to mark a point with circle symbol and mask lable. It has been powered by 'PointStyle' and 'TextStyle', The API of class 'PointStyle' includes : SymbolType, SymbolSize, SymbolSolidBrush, SymbolPen;'TextStyle' includes: HaloPen, Mask, XOffsetInPixel, YOffsetInPixel, PointPlacement. In this sample, some POI in Frisco have been marked. | + | In this WPF project we show how you can create a friends network using a point with a circle symbol. It’s a combination of PointStyle and TextStyle, including a description with a mask that keeps the labels in the same layer. |
+ | It was originally required by a customer at http://community.thinkgeo.com/t/label-on-a-circle-with-lot-of-points/8193/6, it’s a solution with many applications. | ||
</div> | </div> | ||
</div> | </div> | ||
- |