Gets or sets the icon path.
Syntax
'Declaration
Public Overridable Property IconPath As String
'Usage
Dim instance As Theme
Dim value As String
instance.IconPath = value
value = instance.IconPath
public virtual string IconPath {get; set;}
public read-write property IconPath: String; virtual;
public function get,set IconPath : String
public: __property virtual string* get_IconPath();
public: __property virtual void set_IconPath(
string* value
);
public:
virtual property String^ IconPath {
String^ get();
void set ( String^ value);
}
Property Value
The icon path.
See Also