GraphConditionalStyle.ValueLabel (Propiedad)

La etiqueta opcional para el valor de estilo.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel.Styles
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String
Devuelva String.

Seguridad de .NET Framework

Vea también

Referencia

GraphConditionalStyle Clase

Microsoft.VisualStudio.GraphModel.Styles (Espacio de nombres)