NtFlankControl.catTextIntentionPerCatLevel Property

Defining categories, sub-categories, sub-sub-categories and so on, this makes up different levels of categories like different levels of a tree. To give users a visual feedback on this category levels, the font, font size, row height and even text intention can vary between the different category levels. This finally makes up a fine optical differentiation between the different category levels. This intention is given in pixels. The default is 8.
 
In the figure below you can see the category 'Event' and the subcategories 'Acute' and 'Regular'. The subcategories' header texts are moved to the right compared to the category's header by 8 pixels.


Overload List:

Modifier / Return Value Name and Parameters Description

public int

catTextIntentionPerCatLevel

The header text intention of a category's header text compared to the header text of the level above.

Return value:

int
The header text intention of a category's header text compared to the header text of the level above.

Remarks:

This property can be changed at any time. When changing this after first drawing, be sure to call Invalidate() after changing the value.