Visual Basic (Declaration) | |
---|---|
Property Height As Double |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IImageListItem Dim value As Double instance.Height = value value = instance.Height |
C# | |
---|---|
double Height {get; set;} |
Property Value
The height of this item in pixels.For C#/VB examples, refer to IImageListItem.
Use the Width and Height property to set the item size.
The image will be drawn inside the rectangle define by ImageSize and centered inside Width and Height.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family