Gets or sets the custom logo path.

Namespace: Conaito.Flipdoo
Assembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string CustomLogoPath { get; set; }
Visual Basic
Public Property CustomLogoPath As String
	Get
	Set
Visual C++
public:
property String^ CustomLogoPath {
	String^ get ();
	void set (String^ value);
}

Field Value

The custom logo path.

See Also