[This is preliminary documentation and subject to change.]
Initializes a new instance of the VisualInfo class with default property values.
Initializes a new instance of the VisualInfo class with default property values.
public VisualInfo();
Initializes a new instance of the VisualInfo class with the given name.
public VisualInfo(string);
Initializes a new instance of the VisualInfo class with the given name and description.
public VisualInfo(string,string);
Initializes a new instance of the VisualInfo class with the given name, description and smallImage.
public VisualInfo(string,string,Image);
Initializes a new instance of the VisualInfo class with the given name, description, smallImage and largeImage images.
public VisualInfo(string,string,Image,Image);
VisualInfo Class | LaMarvin.Design Namespace