[]
HeaderStyle contains display attributes that determine the general appearance of the header on the screen.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class HeaderStyle : BaseC1FrameworkStyle, IHeaderStyle, INotifyPropertyChanged
Name | Description |
---|---|
BackColor | Gets or sets the Color used to paint the background. |
Border | Gets or sets the thickness of the border around the element. |
BorderColor | Gets or sets the Color used to draw the border around the element. |
Button | Gets style containing display attributes that determine the general appearance of the header button element on the screen when the cursor is over it. |
Corners | Gets or sets the radii of the element corners. |
Font | Gets or sets font of the header text. |
ForeColor | Gets or sets the Color used to draw the text. |
HorizontalAlignment | Gets or sets how header text is aligned in the horizontal direction. |
Images | Gets or sets images used in buttons. |
Margins | Gets or sets the thickness of the margins around the element. |
Padding | Gets or sets the thickness of the padding between the element edges and its content. |
VerticalAlignment | Gets or set a value specifying the vertical alignment of header text. |