Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ValueAbbr.Description
LeftLPlaces image to the left of the text
RightRPlaces image to the right of the text
TopTPlaces image above the text
BottomBPlaces image below the text
WatermarkWPlaces image behind the text and saturates the image so it does not obscure the text

Example

Code Block
 // Align the caption along the top left sides of header cell (1,1) with a watermarked image 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.HeaderAlignment[1; 1]", "Top":@FM:"Left":@FM:"Watermark")

...