Difference between revisions of "PropertyListLine.ColorNegativeNum"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (6 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 10: Line 10:
  
  
If True and the [[PropertyListLine.Value|Value]] of the line is negative (smaller than 0), the value will be displayed in red.
+
If True and the [[PropertyListLine.Value|Value]] of the line is negative (smaller than 0), the [[PropertyListLine.Value|Value]] will be displayed in red.

Latest revision as of 14:24, 6 August 2015

Property (As Boolean)
aPropertyListLine.ColorNegativeNum = newValue
or
BooleanValue = aPropertyListLine.ColorNegativeNum


If True and the Value of the line is negative (smaller than 0), the Value will be displayed in red.