Versions Compared

Key

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

...

Code Block
 * 2 ways to set the border along the bottom edge and both side edges 
Set_Property(@Window:".OLE_PICTURE", "OLE.BorderAlignment", "Left Right Bottom") 
Set_Property(@Window:".OLE_PICTURE", "OLE.BorderAlignment", "L R B"
Image Modified
Left Bottom Right

To quickly remove or add all border edges at once, set the BorderAlignment to one of the following values:

...