RequestDrawingBufferTimeType¶
Namespace: ThinkGeo.Core
Specifies how the framework should interpret a drawing buffer time value when scheduling redraws.
public enum RequestDrawingBufferTimeType
Inheritance object → ValueType → Enum → RequestDrawingBufferTimeType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 0 | Honors the current buffer window without adjustment. |
| MinimumDelay | 1 | Ensures the delay remains at least the configured minimum before drawing. |
| ResetDelay | 2 | Resets the delay timer so the buffer countdown starts over. |