C-DEngine 5.105

TheNMIBaseControl..::..Style Property

Can use to set any CSS style

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

Syntax


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