In This Topic

AnnotationIdx Property (GdViewer.AnnotationEndEditingTextEventArgs)

In This Topic
Syntax
'Declaration

 

Public ReadOnly Property AnnotationIdx As Integer
public int AnnotationIdx {get;}
public read-only property AnnotationIdx: Integer; 
public function get AnnotationIdx : int
public: __property int get_AnnotationIdx();
public:

property int AnnotationIdx {

   int get();

}
See Also