Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZTerritoryTranscript interface is used to work with territory info.
IVZTerritoryTranscript
To enable territory info on map, use the IVZPlacedControlBase.Visible inherited property.
| Property name | Brief description | |
| The ColumnsCount property determines the number of columns in territory info. | ||
| The HighlightBrush property determines settings of the brush for highlighting territory info elements. | ||
| The IsOverlap property determines whether territory info reduces map scale. | ||
| The ItemsStyle property determines element style in territory info. | ||
| The MaxItemsCount property determines the maximum number of elements in territory info. | ||
| The ParentLayer property determines parent layer for territory info. | ||
| The SelectEvent property determines mode of selecting territory info elements. | ||
| The SortingMode property determine mode of sorting territory info elements. |
| Property name | Brief description | |
| The Style property determines style of control. | ||
| The HorizontalAlignment property determines horizontal alignment of control. | ||
| The VerticalAlignment property determines vertical alignment of control. | ||
| The Visible property determines visibility of control. |
See also: