TextEffectTarget.Element Property

Definition

Gets the DependencyObject that the TextEffect is targeting.

public:
 property System::Windows::DependencyObject ^ Element { System::Windows::DependencyObject ^ get(); };
public System.Windows.DependencyObject Element { get; }
member this.Element : System.Windows.DependencyObject
Public ReadOnly Property Element As DependencyObject

Property Value

The DependencyObject that the TextEffect is targeting.

Applies to