In This Topic

Zorder Property (Annotation)

In This Topic
Specifies the the order in which the annotation is rendered from front to back. The annotation having the higher Zorder will be displayed in front of all others.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies the the order in which the annotation is rendered from front to back. The annotation having the higher Zorder will be displayed in front of all others")>
Public Property Zorder As Integer
[Description("Specifies the the order in which the annotation is rendered from front to back. The annotation having the higher Zorder will be displayed in front of all others")]
public int Zorder {get; set;}
public read-write property Zorder: Integer; 
DescriptionAttribute("Specifies the the order in which the annotation is rendered from front to back. The annotation having the higher Zorder will be displayed in front of all others")
public function get,set Zorder : int
[Description("Specifies the the order in which the annotation is rendered from front to back. The annotation having the higher Zorder will be displayed in front of all others")]
public: __property int get_Zorder();
public: __property void set_Zorder( 
   int value
);
[Description("Specifies the the order in which the annotation is rendered from front to back. The annotation having the higher Zorder will be displayed in front of all others")]
public:
property int Zorder {
   int get();
   void set (    int value);
}
See Also