←Select platform

BitmapScalingMode Property

Summary

Gets or sets the algorithm used to scale bitmap images.

Syntax

C#
VB
C++
public BitmapScalingMode BitmapScalingMode { get; set; } 
  
Public Property BitmapScalingMode As BitmapScalingMode 
public: 
property BitmapScalingMode BitmapScalingMode { 
   BitmapScalingMode get(); 
   void set (    BitmapScalingMode ); 
} 

Property Value

The BitmapScalingMode.

Remarks

For more information see System.Windows.Media.BitmapScalingMode.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly