←Select platform

Width Property

Summary

Gets or sets the item width in pixels

Syntax

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

Property Value

The item width 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