Gets or sets the preferred orientation of the ToolTip relative to its start location.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public ContentAlignment Orientation { get; set; }
Visual Basic
Public Property Orientation As ContentAlignment
	Get
	Set
Visual C++
public:
property ContentAlignment Orientation {
	ContentAlignment get ();
	void set (ContentAlignment value);
}
F#
member Orientation : ContentAlignment with get, set

Property Value

Type: ContentAlignment
The orientation.

See Also