Interface IMapViewport
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public interface IMapViewport
Properties
Center
CenterPixel
NumberOfWraparounds
Declaration
int NumberOfWraparounds { get; }
Property Value
System.Int32
|
PanOffset
Viewport
ViewportInPixels
Wraparound
Declaration
bool Wraparound { get; set; }
Property Value
System.Boolean
|
ZoomLevel
Declaration
int ZoomLevel { get; set; }
Property Value
System.Int32
|