Heading Control
See also: Containers, Introduction to Styling, Styling Assistants, Controls
A Heading Control (not to be confused with a Header Control) represents one of the HTML heading tags <h1> – <h6>, where the control’s Level property specifies which HTML tag to use. The Outline View shows which level has been selected. Typically a Heading Control will just contain a text but it can also contain phrasing content – which consists of the following child controls: Text Controls, Hyperlink Controls, Canvas Controls, Image Controls and HTML Controls.
When a Heading Control has no child controls, the heading text configured using the text property is displayed.
When a Heading Control has child controls it behaves in a different mode: the heading text configured in the text property is ignored and the control is rendered using the child controls – with the expectation that any text will be included in a child Text Control.
When adding the first child Text Control, the system will automatically copy the text configured in the Text property. When adding an Image Control or a Canvas Control, an additional Text Control is also created if one doesn’t already exist and the Text property is configured.
See also control common properties and local/inherited control properties.
| Property | Description | Name1 | Type1 | Get1 | Set1 | Get/Set Values1 | 
| Level | Specifies which HTML heading tag <h1> - <h6> is generated | level | Number | Yes | Yes | 1 - 6 | 
| Property | Description | Name1 | Type1 | Get1 | Set1 | Get/Set Values1 | 
| Text | Header text. This text is only used when the control has no child controls. | text | Character | Yes | Yes |  | 
This allows you to add element properties to the root element of the Control – see Html Element Properties for more information.

| Property | Description | Name1 | Type1 | Get1 | Set1 | Get/Set Values1 | 
| Text | Text properties: font, size, color, bold, italic etc. See text properties. |  |  |  |  |  | 
| Background | See background properties. |  |  |  |  |  | 
| Border | Border properties for the text box. See border properties. |  |  |  |  |  | 
| Padding & Margin | Padding is the space between the text and the border. Margin is the space beyond the border. See padding and margin properties. |  |  |  |  |  | 
|  |  |  |  |  |  | |
| Style | CSS class and inline style for the text. | cssClass style | Character | Yes | Yes | As per HTML class parameter As per HTML style parameter | 
Click here for right-click menu actions available to all controls.
There are no specific right click actions for this control.