Table of Contents

Enum StyleImageTextFit

Namespace
Maplibre.NativeFfi.Style
Assembly
Maplibre.NativeFfi.dll

How a stretchable image fits text along one axis.

public enum StyleImageTextFit : uint

Fields

Proportional = 2
StretchOnly = 1
StretchOrShrink = 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.