Gets the theme name.

Namespace: Dapfor.Net.Theming
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public virtual string Name { get; }
Visual Basic
Public Overridable ReadOnly Property Name As String
	Get
Visual C++
public:
virtual property String^ Name {
	String^ get ();
}
F#
abstract Name : string with get
override Name : string with get

Property Value

Type: String
The name.

See Also