MaxLevelCount

TextStyle.MaxLevelCount field

Nombre maximal de niveaux de style pouvant être définis. Utilisez-le avec GetLevel(int index)

public static readonly byte MaxLevelCount;

Exemples

for (int i = 0; i < TextStyle.MaxLevelCount; i++)
{
    IParagraphFormat paragraphFormat = GetLevel(i);
    ...
}

Voir également