Skip to content

P_Ekstrand_Windows_Forms_IHeaderElements_TextAlignment

Fred Ekstrand edited this page Aug 4, 2020 · 1 revision

IHeaderElements.TextAlignment Property

Gets or sets the text aligment.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

BorderTextAlignment TextAlignment { get; set; }

VB

Property TextAlignment As BorderTextAlignment
	Get
	Set

C++

property BorderTextAlignment TextAlignment {
	BorderTextAlignment get ();
	void set (BorderTextAlignment value);
}

F#

abstract TextAlignment : BorderTextAlignment with get, set

Property Value

Type: BorderTextAlignment

See Also

Reference

IHeaderElements Interface
Ekstrand.Windows.Forms Namespace

Clone this wiki locally