Partager via


Propriété GaugePointerInstance.MarkerLength

Gets the calculated value of the MarkerLength property in a GaugePointer class.

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

Syntaxe

'Déclaration
Public ReadOnly Property MarkerLength As Double 
    Get
'Utilisation
Dim instance As GaugePointerInstance 
Dim value As Double 

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

Valeur de propriété

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

Voir aussi

Référence

GaugePointerInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering