Search
VisualElement.Name Property
See Also
 






Gets or sets the name of this element.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public string Name { get; set; }

Visual Basic  Copy Code

Public Property Name As String

 Property Value

A string value specifying the name of this element.

 Remarks

The name can be used to obtain a reference to the element through a call to the GetElementByName method.

 See Also