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

Show in webframe

BitmapScalingMode Property (ImageList)






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

            

            
[DescriptionAttribute("The algorithm used to scale bitmap images.")]
[CategoryAttribute("Appearance")]
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

ImageList Class
ImageList Members

Error processing SSI file