TdxScaleFactor.Assigned Property
In This Article
Identifies if the scaling factor is not equal to 1.
#Declaration
Delphi
property Assigned: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
Use this property to identify if the scaling factor’s listeners are scaled.
This property returns True if the Numerator and Denominator property values are different; otherwise, False.
See Also