Partager via


Propriété TextRun._Color

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the color of the text.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property _Color As Color 
    Get
'Utilisation
Dim instance As TextRun 
Dim value As Color 

value = instance._Color
public Color _Color { get; }
public:
property Color _Color {
    Color get ();
}
member _Color : Color
function get _Color () : Color

Valeur de propriété

Type : System.Drawing.Color
A Color object.

Voir aussi

Référence

TextRun Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel