LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Height Property

Show in webframe





Gets or sets the item height in pixels
Syntax
double Height {get; set;}
'Declaration
 
Property Height As Double
'Usage
 
Dim instance As IImageListItem
Dim value As Double
 
instance.Height = value
 
value = instance.Height

            

            
property double Height {
   double get();
   void set (    double value);
}

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

See Also

Reference

IImageListItem Interface
IImageListItem Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.