Table of Contents

Method GetCoordAlignment

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetCoordAlignment(bool)

Gets vertical or horizontal alignment as CoordAlignment depending on the isVert parameter value.

public CoordAlignment GetCoordAlignment(bool isVert)

Parameters

isVert bool

The flag which specifies whether to return vertical or horizontal alignment.

Returns

CoordAlignment