Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Show in webframe

Width Property






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

            

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

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

See Also

Reference

IImageListItem Interface
IImageListItem Members

Error processing SSI file