Partager via


Propriété PinLabelInstance.FontAngle

Gets the calculated value of the FontAngle property in a PinLabel class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FontAngle As Double 
    Get
'Utilisation
Dim instance As PinLabelInstance 
Dim value As Double 

value = instance.FontAngle
public double FontAngle { get; }
public:
property double FontAngle {
    double get ();
}
member FontAngle : float
function get FontAngle () : double

Valeur de propriété

Type : System.Double
A double value that represents the calculated value of the FontAngle property.

Voir aussi

Référence

PinLabelInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering