In This Topic
GdPicture14.WPF Namespace / ThumbnailEx Class / DisplayAnnotations Property

DisplayAnnotations Property (ThumbnailEx)

In This Topic
Syntax
'Declaration

 

Public Property DisplayAnnotations As Boolean
public bool DisplayAnnotations {get; set;}
public read-write property DisplayAnnotations: Boolean; 
public function get,set DisplayAnnotations : boolean
public: __property bool get_DisplayAnnotations();

public: __property void set_DisplayAnnotations( 

   bool value

);
public:

property bool DisplayAnnotations {

   bool get();

   void set (    bool value);

}
See Also