←Select platform

Height Property

Summary

Gets or sets the item height in pixels

Syntax

C#
VB
C++
public double Height { get; set; } 
  
Property Height As Double 
property double Height { 
   double get(); 
   void set (    double ); 
} 

Property Value

The height of this item in pixels.

Remarks

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.

Example

For C#/VB examples, refer to IImageListItem.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly