Gets a default ContentAlignment for various data types.

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

Syntax

C#
public static ContentAlignment AutoAlignment(
	Type type
)
Visual Basic
Public Shared Function AutoAlignment ( 
	type As Type
) As ContentAlignment
Visual C++
public:
static ContentAlignment AutoAlignment(
	Type^ type
)
F#
static member AutoAlignment : 
        type : Type -> ContentAlignment 

Parameters

type
Type: System..::..Type
The data type.

Return Value

Type: ContentAlignment
The ContentAlignment which corresponds to the specified type.

See Also