Gets or sets the Pre-generated thumbnail Height.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ThumbnailHeight As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As StorageOptions
Dim value As Integer
instance.ThumbnailHeight = value
value = instance.ThumbnailHeight |
C# | |
---|
public int ThumbnailHeight {get; set;} |
C++/CLI | |
---|
public:
property int ThumbnailHeight {
int get();
void set ( int value);
} |
Property Value
An
System.Int32 value for the thumbnail Height.
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also