ZoomBarTextDisplayMode¶
Namespace: ThinkGeo.UI.Wpf
This enum indicates whether a zoom bar text is displayed when dragging the slider.
public enum ZoomBarTextDisplayMode
Inheritance Object → ValueType → Enum → ZoomBarTextDisplayMode
 Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description | 
|---|---|---|
| None | 0 | This value indicates hide the display zoom bar text during dragging the slider. | 
| Display | 1 | This value indicates the zoom bar text shows up during dragging the slider. |