C-DEngine 5.105

TheNMIBaseControl..::..HorizontalAlignment Property

Aligns text horizontally in the control according to the setting inside the Control Section of the TileEntry. Allowed is 'left', 'right', 'center'

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

Syntax


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