MarkerFormatDefinition.ZOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.