Gets or sets the name of this element.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
C# Copy Code |
---|
public string Name { get; set; } |
Visual Basic Copy Code |
---|
Public Property Name As String |
A string value specifying the name of this element.
The name can be used to obtain a reference to the element through a call to the GetElementByName method.