Infragistics(R) NetAdvantage(R) Windows Forms
GroupBoxCaptionAlignment Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : GroupBoxCaptionAlignment Enumeration

Possible positions of the control’s caption relative to the header edge closest to the first character of the caption.

Syntax

Visual Basic (Declaration) 
Public Enum GroupBoxCaptionAlignment 
   Inherits System.Enum
C# 
public enum GroupBoxCaptionAlignment : System.Enum 

Members

MemberDescription
Center The caption is centered within the header.
DefaultDefault is resolved to Near.
Far The distance between the last character of the caption and the edge of the header closest to that character is small.
Near The distance between the first character of the caption and the edge of the header closest to that character is small.

Remarks

This enum is used by the CaptionAlignment property of the UltraGroupBox and UltraExpandableGroupBox controls.

See Also