TextElement.XamlRoot Propriété
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 ou définit le XamlRoot dans lequel cet élément est consulté.
public:
property XamlRoot ^ XamlRoot { XamlRoot ^ get(); void set(XamlRoot ^ value); };
XamlRoot XamlRoot();
void XamlRoot(XamlRoot value);
public XamlRoot XamlRoot { get; set; }
var xamlRoot = textElement.xamlRoot;
textElement.xamlRoot = xamlRoot;
Public Property XamlRoot As XamlRoot
Valeur de propriété
XamlRoot dans lequel cet élément est visualisé. La valeur par défaut est Null.