TX Text Control .NET Documentation

TextControl.HeaderFooterFrameStyle Property

Description:Gets or sets a value specifying the frame for activated headers and footers.

Syntax:
[C#] public HeaderFooterFrameStyle HeaderFooterFrameStyle { get; set; }
[Visual Basic] Public Property HeaderFooterFrameStyle() As HeaderFooterFrameStyle
ValueDescription
DottedFrameActivated headers and footers have a dotted frame.

NoFrameActivated headers and footers have no frame.

SingleFrameActivated headers and footers have single frame.

Introduced:14.0

See also:Headers and Footers, Graphical Overview.