GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx Class / TextSpaceHeight Property





In This Topic
TextSpaceHeight Property
In This Topic
Space for the height of the text bellow the thumbnail item image. If text height is bigger than this value, the text will be clipped to this. Default is 16.0.
Syntax
'Declaration
 
Public Property TextSpaceHeight As Double
public double TextSpaceHeight {get; set;}
public read-write property TextSpaceHeight: Double; 
public function get,set TextSpaceHeight : double
public: __property double get_TextSpaceHeight();
public: __property void set_TextSpaceHeight( 
   double value
);
public:
property double TextSpaceHeight {
   double get();
   void set (    double value);
}
See Also