RegionSizeMode
Enum
Represents modes for the size of the information layer geographical region.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum RegionSizeMode
Fields
Size of the information layer is calculated automatically depends on the items presented.
C#
Dynamic = 0
Size of the information layer is not changed when new items added or removed. Items which are outside of the information layer region will not be shown.
C#
Static = 1