ContentPresenter.ContentStringFormat 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 une chaîne composite qui spécifie la manière de mettre en forme la propriété Content si celle-ci s'affiche en tant que chaîne.
public:
property System::String ^ ContentStringFormat { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string ContentStringFormat { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ContentStringFormat : string with get, set
Public Property ContentStringFormat As String
Valeur de propriété
Chaîne composite qui spécifie la manière de mettre en forme la propriété Content si celle-ci s'affiche en tant que chaîne. La valeur par défaut est null
.
- Attributs
Remarques
ContentStringFormat peut être un format de chaîne prédéfini, composite ou personnalisé. Pour plus d’informations sur les formats de chaîne, consultez Types de mise en forme. Si vous définissez la ou ContentTemplateSelector la ContentTemplate propriété d’un ContentPresenter, la ContentStringFormat propriété est ignorée.
Informations sur les propriétés de dépendance
Champ d’identificateur | ContentStringFormatProperty |
Propriétés de métadonnées définies sur true |
Aucun |