BoxHeaderOptions Class Members
The following tables list the members exposed by BoxHeaderOptions.
Public Constructors
Name | Description | |
---|---|---|
![]() | BoxHeaderOptions Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | Background | Gets or sets a Background object that is used to fill the background of this header. |
![]() | EndAlignment | Gets or sets an EdgeAlignment value that controls the alignment of the header's right side in relation to the parent box and the header label. |
![]() | EndCap | Gets or sets a BoxCapStyle describing this headers right cap style. |
![]() | Label | Gets or sets a Label object that is drawn in this header. A header will not be shown if the label does not contain any text. |
![]() | Line | Gets or sets a Line object used to draw the outline of this header. |
![]() | Offset | Gets or sets a Point object representing the offset of this box header in pixels. |
![]() | Orientation | Gets or sets an Orientation enumeration that specifies how the header is oriented in regard to the parent box. Top, Left, Right, and Bottom orientation settings are supported. |
![]() | Shadow | Gets or sets the Shadow cast under this header. |
![]() | StartAlignment | Gets or sets an EdgeAlignment value that controls the alignment of the header's left side in relation to the parent box and the header label. |
![]() | StartCap | Gets or sets a BoxCapStyle describing this headers left cap style. |
![]() | VerticalAlignment | Gets or sets an EdgeAlignment value that controls the vertical alignment of the header in relation to the parent box. |
See Also