Represents a ratio, used for Aspect Ratio style property.
Property | Description |
---|---|
value | The float value of the ratio. Will be float.NaN if the ratio is set to auto. |
Constructor | Description |
---|---|
Ratio | Create a ratio from a float value. |
Method | Description |
---|---|
IsAuto | Property indicating that no specific ratio should be used. |
Method | Description |
---|---|
Auto | Create a special ratio value that indicate no specific ratio should be used. |