PolygonFence Properties |
The PolygonFence type exposes the following members.
Name | Description | |
---|---|---|
BoundingBox |
Gets the minimum BoundingBox for this GeoFence.
| |
Count |
Gets the number of points that describe this GeoFence.
| |
IsFixedSize |
Gets whether the PolygonFence is a fixed size. Always returns false.
| |
IsReadOnly |
Gets whether the PolygonFence is read-only. Always returns false.
| |
IsSynchronized |
If true, then this array is synchronized (thread-safe).
| |
Item |
Enables the PolygonFence to be treated as an array of LatLons.
| |
Points |
Gets the LatLon points that make up this GeoFence.
| |
RenderBrush | Brush used to fill the internal area of this GeoFence,
use null for no fill.
| |
RenderPen | Pen used to draw the border around the GeoFence, use null for no border.
| |
RequiredRendermodes |
Gets the RenderMode required by this PolygonFence.
| |
SyncRoot |
Gets the SyncRoot to allow synchronized access to the array of points.
|