GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / BitmapScalingMode Property





In This Topic
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