Graphic styleΒΆ

style = flags

The following flags are currently available:

WS_INVISIBLE

Create invisible.

WS_LJD

GT_IMAGE only. Align the image with the top left corner at the start character position, rather than the middle. This makes it possible to create graphics that line up correctly with buttons and other controls.

WS_SCALE

GT_IMAGE only. If this flag is set, and either the graphic width or height is set (but not both), the other dimension is scaled so that the aspect ratio of the image is maintained. This prevents the image from appearing distorted. See Graphic size.

Default: No flags set.


RELATED TOPICS

Graphics

Style flags