[]
        
(Showing Draft Content)

C1.Win.FlexPivot.Styles.HeaderStyle

HeaderStyle Class

HeaderStyle contains display attributes that determine the general appearance of the header on the screen.

Inheritance
HeaderStyle
Namespace: C1.Win.FlexPivot.Styles
Assembly: C1.Win.FlexPivot.Slicer.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class HeaderStyle : BaseC1FrameworkStyle, IHeaderStyle, INotifyPropertyChanged

Properties

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.

Methods

Name Description
ResetBackColor()
ResetBorder()
ResetBorderColor()
ResetButton()
ResetCorners()
ResetFont()
ResetForeColor()
ResetHorizontalAlignment()
ResetImages()
ResetMargins()
ResetPadding()
ResetVerticalAlignment()
ShouldSerializeBackColor()
ShouldSerializeBorder()
ShouldSerializeBorderColor()
ShouldSerializeButton()
ShouldSerializeCorners()
ShouldSerializeFont()
ShouldSerializeForeColor()
ShouldSerializeHorizontalAlignment()
ShouldSerializeImages()
ShouldSerializeMargins()
ShouldSerializePadding()
ShouldSerializeVerticalAlignment()