GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer.TransferEndedEventArgs Class / Download Property





In This Topic
Download Property
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property Download As Boolean
public bool Download {get;}
public read-only property Download: Boolean; 
public function get Download : boolean
public: __property bool get_Download();
public:
property bool Download {
   bool get();
}
See Also