Freigeben über


WpfProgressBar.MaximumValue-Eigenschaft

Ruft den maximalen numerischen Wert für dieses Statusanzeige-Steuerelement ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property MaximumValue As Double
public virtual double MaximumValue { get; }
public:
virtual property double MaximumValue {
    double get ();
}
abstract MaximumValue : float with get
override MaximumValue : float with get
function get MaximumValue () : double

Eigenschaftswert

Typ: System.Double
Der maximale Wert für dieses Statusanzeige-Steuerelement.

.NET Framework-Sicherheit

Siehe auch

Referenz

WpfProgressBar Klasse

Microsoft.VisualStudio.TestTools.UITesting.WpfControls-Namespace