BitmapScalingMode Property
In This Topic
Syntax
'Declaration
Public Property BitmapScalingMode As BitmapScalingMode
public BitmapScalingMode BitmapScalingMode {get; set;}
public read-write property BitmapScalingMode: BitmapScalingMode;
public function get,set BitmapScalingMode : BitmapScalingMode
public: __property BitmapScalingMode get_BitmapScalingMode();
public: __property void set_BitmapScalingMode(
BitmapScalingMode value
);
public:
property BitmapScalingMode BitmapScalingMode {
BitmapScalingMode get();
void set ( BitmapScalingMode value);
}
See Also