Enum StyleImageTextFit
How a stretchable image fits text along one axis.
public enum StyleImageTextFit : uint
Fields
Proportional = 2StretchOnly = 1StretchOrShrink = 0
Remarks
This is an open domain: MapLibre Native may report a value with no named member here, so a switch over this type needs a default case.