![]() |
FillStyle








Public Data Item |
Declared in: NiPointer.h |
Declaration
PointerFillStyles FillStyle;
Description
Specifies how the function fills the pointer. The following list includes valid values for this function.
- CNiPointer::FillNone - no fill.
- CNiPointer::FillToMin - the function fills the area between this pointer and the minimum value.
- CNiPointer::FillToMax - the function fills the area between this pointer and the maximum value.
- CNiPointer::FillToGreater - the function fills the area between this pointer and the pointer with the next larger value. If there are no pointers with larger values, the function fills the area between this pointer and the maximum value.
- CNiPointer::FillToLess - the function fills the area between this pointer and the pointer with the next smaller value. If there are no pointers with smaller values, the function fills the area between this pointer and the minimum value.