C-DEngine 5.105

TheNMIBaseControl..::..VerticalAlignment Property

Aligns text vertically in the control according to the setting inside the Control Section of the TileEntry. Allowed is 'top', 'bottom', 'center'

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

Syntax


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