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





In This Topic
Content Property
In This Topic
Syntax
'Declaration
 
Public Property Content As String
public string Content {get; set;}
public read-write property Content: String; 
public function get,set Content : String
public: __property string* get_Content();
public: __property void set_Content( 
   string* value
);
public:
property String^ Content {
   String^ get();
   void set (    String^ value);
}
See Also