Taal

VisualTreeHelper.GetEffect(Visual) Methode

Definitie

Hiermee wordt het bitmapeffect voor de opgegeven Visual.

public:
 static System::Windows::Media::Effects::Effect ^ GetEffect(System::Windows::Media::Visual ^ reference);
public static System.Windows.Media.Effects.Effect GetEffect(System.Windows.Media.Visual reference);
static member GetEffect : System.Windows.Media.Visual -> System.Windows.Media.Effects.Effect
Public Shared Function GetEffect (reference As Visual) As Effect

Parameters

reference
Visual

Het Visual om het bitmapeffect op te halen.

Retouren

De Effect toegepaste referenceop .

Van toepassing op

Zie ook