ZoomBarLocation¶
Namespace: ThinkGeo.UI.Blazor
Defines the location of ZoomBarMapTool
public enum ZoomBarLocation
Inheritance Object → ValueType → Enum → ZoomBarLocation
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
UpperLeft | 0 | Upper left. |
UpperRight | 1 | Upper right. |
LowerLeft | 2 | Lower left. |
LowerRight | 3 | Lower right. |