GraphConditionalStyle::ValueLabel Property

 

The optional label for the style value.

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

public:
property String^ ValueLabel {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Returns String.

Return to top
Show: