Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Obtient la valeur de la propriété attachée RichText pour l'objet spécifié

Espace de nom : Developpez.Dotnet.Windows.Behaviors
Assembly : Developpez.Dotnet.Windows (dans Developpez.Dotnet.Windows.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
[AttachedPropertyBrowsableForTypeAttribute(typeof(TextBlock))]
public static string GetRichText(
	TextBlock textBlock
)
Visual Basic (Déclaration)
<AttachedPropertyBrowsableForTypeAttribute(GetType(TextBlock))> _
Public Shared Function GetRichText ( _
	textBlock As TextBlock _
) As String
Visual C++
public:
[AttachedPropertyBrowsableForTypeAttribute(typeof(TextBlock))]
static String^ GetRichText(
	TextBlock^ textBlock
)

Paramètres

textBlock
Type: System.Windows.Controls..::..TextBlock
Le TextBlock pour lequel on veut obtenir la valeur de la propriété

Valeur de retour

Le texte riche affiché dans le TextBlock spécifié

Voir aussi