Enum FlexImage_position
Reference for offsetTop, offsetBottom, offsetStart, and offsetEnd. Specify one of the following values:relative: Use the previous box as reference.absolute: Use the top left of parent element as reference. The default value is relative.
public enum FlexImage_position
Fields
[EnumMember(Value = "absolute")] Absolute = 1[EnumMember(Value = "relative")] Relative = 0