RenderOptions::GetBitmapScalingMode Method (DependencyObject^)
.NET Framework (current version)
Returns the value of the BitmapScalingMode attached property for a specified dependency object.
Assembly: PresentationCore (in PresentationCore.dll)
public: [AttachedPropertyBrowsableForTypeAttribute((DependencyObject^::typeid))] static BitmapScalingMode GetBitmapScalingMode( DependencyObject^ target )
Parameters
- target
-
Type:
System.Windows::DependencyObject^
The dependency object from which to retrieve the value of the BitmapScalingMode attached property.
Return Value
Type: System.Windows.Media::BitmapScalingModeThe current value of the BitmapScalingMode attached property on the specified dependency object.
| Exception | Condition |
|---|---|
| ArgumentNullException | The specified target is null. |
The following example shows how to get the BitmapScalingMode for an image object.
.NET Framework
Available since 3.0
Available since 3.0
Show: