BasicCard image to load

Namespace: BasicCard.BasicCards.Loader
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public BasicCardImage Image { get; set; }
Visual Basic
Public Property Image As BasicCardImage
	Get
	Set
Visual C++
public:
property BasicCardImage^ Image {
	BasicCardImage^ get ();
	void set (BasicCardImage^ value);
}
F#
member Image : BasicCardImage with get, set

Property Value

Type: BasicCardImage

See Also