Skip to content

KgpZOrder

Namespace: Hex1b

Assembly: Hex1b.dll

Specifies the z-ordering of a KGP image relative to text content.

csharp
public enum KgpZOrder

Fields

AboveText

Image renders on top of text (z > 0).

Returns: KgpZOrder

csharp
AboveText = 1

BelowText

Image renders behind text (z < 0). This is the default.

Returns: KgpZOrder

csharp
BelowText = 0

Released under the MIT License.