In This Topic

Content Property

In This Topic
Set the content of the GdViewer view. This allow the user to set the Content of the GdViewer control from the XAML definition and binding it to a ViewModel property Use the Password property if set
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