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 > ImageListItem Class : BitmapScalingMode Property |
[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); }