Aracılığıyla paylaş


RenderOptions.GetBitmapScalingMode(DependencyObject) Yöntem

Tanım

Belirtilen bağımlılık nesnesi için ekli özelliğin BitmapScalingMode değerini döndürür.

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

Parametreler

target
DependencyObject

Ekli özelliğin değerinin BitmapScalingMode alındığı bağımlılık nesnesi.

Döndürülenler

BitmapScalingMode

Belirtilen bağımlılık nesnesindeki BitmapScalingMode ekli özelliğin geçerli değeri.

Öznitelikler

Özel durumlar

Belirtilen target değeridir null.

Örnekler

Aşağıdaki örnekte, bir görüntü nesnesi için öğesinin BitmapScalingMode nasıl alınacakları gösterilmektedir.

// 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)

Şunlara uygulanır

Ayrıca bkz.