GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / AnnotationDropShadow Property





In This Topic
AnnotationDropShadow Property (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Property AnnotationDropShadow As Boolean
public bool AnnotationDropShadow {get; set;}
public read-write property AnnotationDropShadow: Boolean; 
public function get,set AnnotationDropShadow : boolean
public: __property bool get_AnnotationDropShadow();
public: __property void set_AnnotationDropShadow( 
   bool value
);
public:
property bool AnnotationDropShadow {
   bool get();
   void set (    bool value);
}
See Also