AdornmentResizeMode¶
Namespace: ThinkGeo.Core
Describes how an adornment layer responds when its size changes.
public enum AdornmentResizeMode
Inheritance object → ValueType → Enum → AdornmentResizeMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Fixed | 0 | The adornment width and height remain constant. |
| MaintainAspectRatio | 1 | The adornment can scale while preserving its original aspect ratio. |