Gets or sets the overlay image height in pixels.
Syntax
Visual Basic (Declaration) | |
---|
Public Property InfoHeight As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CodecsOverlayData
Dim value As Integer
instance.InfoHeight = value
value = instance.InfoHeight
|
C# | |
---|
public int InfoHeight {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_InfoHeight();
public: __property void set_InfoHeight(
int value
); |
C++/CLI | |
---|
public:
property int InfoHeight {
int get();
void set (int value);
} |
Return Value
The overlay image height in pixels. If the
Info property of this
CodecsOverlayData
object is true, you need to set this property to the overlay image height, otherwise, ignore.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also