Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Windows.Controls Namespace > ImageList Class : BitmapScalingMode Property |
[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); }