Enum ResizeOptions
Resize options.
[JsonConverter(typeof(StringEnumConverter))]
public enum ResizeOptions
Fields
[EnumMember(Value = "AutoResizeFont")] AutoResizeFont = 4Fixed auto resize option.
[EnumMember(Value = "Fixed")] Fixed = 3Fixed size option.
[EnumMember(Value = "GrowBoth")] GrowBoth = 2Grow both Horizontally and Vertically.
[EnumMember(Value = "GrowHorizontally")] GrowHorizontally = 1Grows Horizontally.
[EnumMember(Value = "GrowVertically")] GrowVertically = 0Grows Vertically.