Freigeben über


GraphConditionalStyle.ValueLabel-Eigenschaft

Die optionale Bezeichnung für den Formatwert.

Namespace:  Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Property ValueLabel As String
public string ValueLabel { get; set; }
public:
property String^ ValueLabel {
    String^ get ();
    void set (String^ value);
}
member ValueLabel : string with get, set
function get ValueLabel () : String 
function set ValueLabel (value : String)

Eigenschaftswert

Typ: String
Gibt String zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphConditionalStyle Klasse

Microsoft.VisualStudio.GraphModel.Styles-Namespace