KgpZOrder
Namespace: Hex1b
Assembly: Hex1b.dll
Specifies the z-ordering of a KGP image relative to text content.
csharp
public enum KgpZOrderFields
AboveText
Image renders on top of text (z > 0).
Returns: KgpZOrder
csharp
AboveText = 1BelowText
Image renders behind text (z < 0). This is the default.
Returns: KgpZOrder
csharp
BelowText = 0