Table of Contents

Enum FlexImage_position

Namespace
Line.OpenApi.Messaging.Generated.Api.Models
Assembly
Line.OpenApi.Messaging.dll

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