mobilecontrols-devexpress-dot-xamarinforms-dot-navigation.md
Lists values that indicate item headers’ alignment in the header panel.
Namespace : DevExpress.XamarinForms.Navigation
Assembly : DevExpress.XamarinForms.Navigation.dll
NuGet Package : DevExpress.XamarinForms.Navigation
public enum ContentAlignment : byte
| Name | Description |
|---|---|
Start |
The Tab View docks tab items to the Header Panel’s ‘start’ edge.
|
| End |
The Tab View docks tab items to the Header Panel’s ‘end’ edge.
|
| Center |
The Tab View centers tab items in the Header Panel.
|
The following properties accept/return ContentAlignment values:
Note that the Header Panel’s ‘start’ and ‘end’ are different for ‘vertical’ ( Top / Bottom ) and ‘horizontal’ ( Left / Right ) HeaderPanelPosition:
The aligned items looks as follows in these cases:
|
Alignment
|
Horizontal Position
|
Vertical Position
| | --- | --- | --- | |
Start
|
|
| |
Center
|
|
| |
End
|
|
|
See Also