SecretNET.NFT Namespace

Extension..::..BackgroundColor Property

Background color represented as a six-character hexadecimal without a pre-pended #.

Namespace:  SecretNET.NFT
Assembly:  SecretNET.NFT (in SecretNET.NFT.dll)

Syntax


public Nullable<string> BackgroundColor { get; set; }
Public Property BackgroundColor As Nullable(Of String)
	Get
	Set
public:
property Nullable<String^> BackgroundColor {
	Nullable<String^> get ();
	void set (Nullable<String^> value);
}