Proprietà TextRun._Color

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the color of the text.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property _Color As Color 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Drawing.Color
A Color object.

Vedere anche

Riferimento

TextRun Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel