MarkerFormatDefinition.ZOrder Property

Definition

The Z-Order is used as the Z-Order of the marker when it's drawn on the text marker adornment layer. This property can be used to specify in which order multiple markers should be drawn when they all overlap the same span of text.

protected:
 property int ZOrder { int get(); void set(int value); };
protected:
 property int ZOrder { int get(); void set(int value); };
protected int ZOrder { get; set; }
member this.ZOrder : int with get, set
Protected Property ZOrder As Integer

Property Value

The marker Z-order.

Remarks

This property can be used to specify in which order multiple markers should be drawn when they all overlap the same span of text.

Applies to