RenderOptions.GetBitmapScalingMode(DependencyObject) Méthode

Définition

Retourne la valeur de la propriété jointe BitmapScalingMode pour un objet de dépendance spécifié.

public:
 static System::Windows::Media::BitmapScalingMode GetBitmapScalingMode(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.Media.BitmapScalingMode GetBitmapScalingMode (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetBitmapScalingMode : System.Windows.DependencyObject -> System.Windows.Media.BitmapScalingMode
Public Shared Function GetBitmapScalingMode (target As DependencyObject) As BitmapScalingMode

Paramètres

target
DependencyObject

Objet de dépendance à partir duquel récupérer la valeur de la propriété jointe BitmapScalingMode.

Retours

Valeur actuelle de la propriété jointe BitmapScalingMode au niveau de l’objet de dépendance spécifié.

Attributs

Exceptions

Le target spécifié a la valeur null.

Exemples

L’exemple suivant montre comment obtenir le BitmapScalingMode pour un objet image.

// Get the bitmap scaling mode for the image.
BitmapScalingMode bitmapScalingMode = RenderOptions.GetBitmapScalingMode(MyImage);
' Get the bitmap scaling mode for the image.
Dim bitmapScalingMode As BitmapScalingMode = RenderOptions.GetBitmapScalingMode(MyImage)

S’applique à

Voir aussi