RibbonTwoLineText.GetPathData(DependencyObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur de la propriété jointe PathData pour un objet.
public:
static System::Windows::Media::Geometry ^ GetPathData(System::Windows::DependencyObject ^ element);
public static System.Windows.Media.Geometry GetPathData (System.Windows.DependencyObject element);
static member GetPathData : System.Windows.DependencyObject -> System.Windows.Media.Geometry
Public Shared Function GetPathData (element As DependencyObject) As Geometry
Paramètres
- element
- DependencyObject
Objet à partir duquel la valeur de propriété est lue.
Retours
Valeur de la propriété PathData de l'objet.
Exceptions
Le element
spécifié a la valeur null
.