RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbLookup.Lookup Namespace
RingSoft.DbMaintenance Namespace

LookupColumnDefinitionType<(Of <(<'TColumnDefinition>)>)>..::..HasHorizontalAlignmentType Method

Sets the horizontal alignment type.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public TColumnDefinition HasHorizontalAlignmentType(
	LookupColumnAlignmentTypes alignmentType
)
Public Function HasHorizontalAlignmentType ( _
	alignmentType As LookupColumnAlignmentTypes _
) As TColumnDefinition
public:
TColumnDefinition HasHorizontalAlignmentType(
	LookupColumnAlignmentTypes^ alignmentType
)

Parameters

alignmentType
Type: RingSoft.DbLookup.Lookup..::..LookupColumnAlignmentTypes
The new horizontal alignment type.

Return Value

This object for fluent coding.