C-DEngine 5.105

nmiCtrlSmartLabel..::..Element Property

Sets the base Element used for the label (HTML5 only)

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string Element { get; set; }
Public Property Element As String
	Get
	Set
public:
property String^ Element {
	String^ get ();
	void set (String^ value);
}