Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public Bitmap Thumbnail { get; set; }
 
Public Property Thumbnail As Bitmap
        Get
        Set
 
public:
property Bitmap^ Thumbnail {
        Bitmap^ get ();
        void set (Bitmap^ value);
}
 
member Thumbnail : Bitmap with get, set
 
 
 
Property Value
Type: 
Bitmap 
See Also