NGridStyleLevelOrder Constants Reference
Declared in | NGridStyleManager.h |
---|
NGridStyleLevelOrder
Options used to specify the style level order. Styles from the top levels overlap styles from the bottom ones by merging. It means if you set font size and font color properties in style from level 0 and set only font color property in style from level 1 then in the grid you will see cells with font size from level 0 and font color from level 1.
Definition
typedef NS_ENUM(NSInteger, NGridStyleLevelOrder ) {
NGridStyleLevelOrderLevel0 = 0,
NGridStyleLevelOrderLevel1,
NGridStyleLevelOrderLevel2,
};
Constants
NGridStyleLevelOrderLevel0
-
Level 0 contains back (or background) styles.
Declared In
NGridStyleManager.h
. NGridStyleLevelOrderLevel1
-
Level 1 styles overlap style from level 0.
Declared In
NGridStyleManager.h
. NGridStyleLevelOrderLevel2
-
Level 2 styles overlap style from level 1 and 0.
Declared In
NGridStyleManager.h
.
Declared In
NGridStyleManager.h