XuniShowText Constants Reference

Declared in FlexGaugeEnums.h

XuniShowText

Specifies which values should be displayed as text.

Definition

typedef NS_ENUM(NSInteger, XuniShowText ) {
   XuniShowTextNone,
   XuniShowTextValue = 1,
   XuniShowTextMinMax = 1 < < 1,
   XuniShowTextAll = XuniShowTextValue | XuniShowTextMinMax,
};

Constants

XuniShowTextNone

XuniShowTextNone.

Declared In FlexGaugeEnums.h.

XuniShowTextValue

XuniShowTextValue.

Declared In FlexGaugeEnums.h.

XuniShowTextMinMax

XuniShowTextMinMax.

Declared In FlexGaugeEnums.h.

XuniShowTextAll

XuniShowTextAll.

Declared In FlexGaugeEnums.h.

Declared In

FlexGaugeEnums.h