In This Topic
Gets or sets the label of the start bar.
Syntax
'Declaration
Public Property StartLabel As String
'Usage
Dim instance As Waterfall
Dim value As String
instance.StartLabel = value
value = instance.StartLabel
public string StartLabel {get; set;}
public:
property String^ StartLabel {
String^ get();
void set ( String^ value);
}
See Also