AUTOSCALE property (Image)
Description
Specifies if the image should be scaled along with its parent control.
Property Value
This property is a Boolean value. If set to TRUE$ then the image will be scaled along with its parent control when the underlying parent window's SCALEFACTOR property is changed.
Property Traits
Development | Runtime | Indexed | Scaled |
---|---|---|---|
Get/Set | Get/Set | No | No |
Remarks
N/A
Example
$Insert Logical * // Example: Set the auto-scaling of the background image for the * // current window to FALSE$ Call Set_Property_Only( @Window, "AUTOSCALE", FALSE$ )
See Also
WINDOW SCALEFACTOR property