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

Show in webframe

BitmapScalingMode Property (ImageBox)






Gets or sets the algorithm used to scale bitmap images. This is a dependency property.
Syntax
public BitmapScalingMode BitmapScalingMode {get; set;}
'Declaration
 
Public Property BitmapScalingMode As BitmapScalingMode
'Usage
 
Dim instance As ImageBox
Dim value As BitmapScalingMode
 
instance.BitmapScalingMode = value
 
value = instance.BitmapScalingMode

            

            
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

ImageBox Class
ImageBox Members

Error processing SSI file