Gets or sets the name of this element.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
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.
RemarksThe name can be used to obtain a reference to the element through a call to the GetElementByName method.
See Also