Version

RibbonGroupLayoutAlignment Enumeration

Enumeration used to define how the items within the group are aligned with respect to the group's RibbonGroup.LayoutDirection.
Syntax
'Declaration
 
Public Enum RibbonGroupLayoutAlignment 
   Inherits System.Enum
public enum RibbonGroupLayoutAlignment : System.Enum 
Members
MemberDescription
CenterThe items are arranged such that they are vertically centered when the layout direction is vertical and horizontally centered when the layout direction is horizontal.
DefaultThe alignment of the items is the default, which is near.
FarThe items are arranged such that they are nearest to the bottom edge when the layout direction is vertical and nearest the right edge when the layout direction is horizontal.
NearThe items are arranged such that they are nearest to the top edge when the layout direction is vertical and nearest the left edge when the layout direction is horizontal.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also