Class RegionSizeMode
Represents modes for the size of the information layer geographical region.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class RegionSizeMode : Enum
Fields
Dynamic
Size of the information layer is calculated automatically depends on the items presented.
Declaration
public const RegionSizeMode Dynamic
Field Value
RegionSizeMode
|
Static
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.
Declaration
public const RegionSizeMode Static
Field Value
RegionSizeMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|