RenderOptions::GetBitmapScalingMode Method (DependencyObject^)

 

Returns the value of the BitmapScalingMode attached property for a specified dependency object.

Namespace:   System.Windows.Media
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::BitmapScalingMode

The 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: