'Declaration Public Property FontSizeIncrease As System.Nullable(Of Boolean)
public System.Nullable<bool> FontSizeIncrease { get; set; }
public: __property System.Nullable<bool> get_FontSizeIncrease(); public: __property void set_FontSizeIncrease(
System.Nullable<bool> value
);
public:
property System.Nullable<bool> FontSizeIncrease { System.Nullable<bool> get(); void set(System.Nullable<bool> value); }
Property Value
True - the font size must be increased using FontSizeDeltaTable; false - the font size must be decreased using FontSizeDeltaTable.