FeaturesSupportsLabelProperty Property |
Does the graph allow the use of the 'label' property name?
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool SupportsLabelProperty { get; set; }
Public Property SupportsLabelProperty As Boolean
Get
Set
public:
property bool SupportsLabelProperty {
bool get ();
void set (bool value);
}
member SupportsLabelProperty : bool with get, set
Property Value
Type:
BooleanSee Also