Specifies the vertical-align style of the image. The default value is 'text-bottom'.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public string ImageVerticalAlign { get; set; }
Visual Basic
Public Property ImageVerticalAlign As String
	Get
	Set
Visual C++
public:
property String^ ImageVerticalAlign {
	String^ get ();
	void set (String^ value);
}

See Also