Graphic Display actual size
Hi,
is it possible to get the actual dimensions of a Graphic Display with presentation mode set to FreeResize in PG2? I would expect the local variables _Width and _Height will provide this data, but they show the same values as _OriginalWidth and _OriginalHeight and seem to work only for Graphic Elements, not for Graphic Displays. 800xA 6.0.2.
Answers
Hello,
When we set the PresentationMode as "FreeResize", '_Width' and '_OriginalWidth', '_Height' and ' _OriginalHeight' indicates same value. This is applicable/valid for Graphic Display and Graphic Element as well.
We have to use Anchored PresentationMode.
Add new comment