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

Show in webframe

BitmapScalingMode Property (ImageListItem)






Gets or sets the algorithm used to scale bitmap images. This is a dependency property.
Syntax
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The algorithm used to scale bitmap images.")]
public BitmapScalingMode BitmapScalingMode {get; set;}
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The algorithm used to scale bitmap images.")>
Public Property BitmapScalingMode As BitmapScalingMode
'Usage
 
Dim instance As ImageListItem
Dim value As BitmapScalingMode
 
instance.BitmapScalingMode = value
 
value = instance.BitmapScalingMode

            

            
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The algorithm used to scale bitmap images.")]
public:
property BitmapScalingMode BitmapScalingMode {
   BitmapScalingMode get();
   void set (    BitmapScalingMode value);
}

Property Value

The BitmapScalingMode.
Remarks
For more information see System.Windows.Media.BitmapScalingMode.
Requirements

Target Platforms

See Also

Reference

ImageListItem Class
ImageListItem Members

Error processing SSI file