public string Label {get; set;}
public: __property string* get_Label(); public: __property void set_Label( string* value );
public: property String^ Label { String^ get(); void set ( String^ value); }
'Declaration Public Property Label As String
'Usage Dim instance As ImGearARTPolyRuler Dim value As String instance.Label = value value = instance.Label
ImGearARTPolyRuler Class ImGearARTPolyRuler Members