GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / AnnotationEffect Property





In This Topic
AnnotationEffect Property
In This Topic
Syntax
'Declaration
 
Public Property AnnotationEffect As Effect
public Effect AnnotationEffect {get; set;}
public read-write property AnnotationEffect: Effect; 
public function get,set AnnotationEffect : Effect
public: __property Effect* get_AnnotationEffect();
public: __property void set_AnnotationEffect( 
   Effect* value
);
public:
property Effect^ AnnotationEffect {
   Effect^ get();
   void set (    Effect^ value);
}
See Also