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);
} |
Return Value
An
Int32 value for the thumbnail Height.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also