Name Property (ImGearLayer)
Gets or sets the name of the layer.
public string Name {get; set;}
public: __property string* get_Name();
public: __property void set_Name(
string* value
);
'Declaration
Public Property Name As String
'Usage
Dim instance As ImGearLayer
Dim value As String
instance.Name = value
value = instance.Name
Property Value
String value.