'Declaration Public Enum HeaderCheckBoxAlignment Inherits System.Enum
public enum HeaderCheckBoxAlignment : System.Enum
Member | Description |
---|---|
Bottom | Bottom. The checkbox is displayed on the bottom side of the Header caption. Valid when the header text is displayed vertically. |
Center | Center. The checkbox is displayed in the center of the header when no caption is used. |
Default | Default. The default value for the enumeration. Generally, properties with a value of "Default" should resolve to "Left" or "Top" depending on the orientation of the header text. If no text is displayed, the checkbox should be centered. |
Left | Left. The checkbox is displayed on the left side of the Header caption. Valid when the header text is displayed horizontally. |
Right | Right. The checkbox is displayed on the right side of the Header caption. Valid when the header text is displayed horizontally. |
Top | Top. The checkbox is displayed on the top side of the Header caption. Valid when the header text is displayed vertically. |
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