/ HALion Developer Resource / HALion Macro Page / Controls /

Image

Description

This control allows you to add purely graphical elements without further functionality. The control can be changed in size and adapt the referenced bitmap to the Bitmap resource if this is set to scalable.

Properties

PopertyDescription
NameThe name of the element. This name will be displayed in the GUI Tree.
Position/SizePosition X, Position Y, Width, Height: Position and size of the element in pixels. Position X/Y defines the position of the upper left corner.
AttachDefines how an element behaves when its parent element is resized. You can set the following parameters:
  • Left: If the parent element is resized, the element remains attached to left edge, with the specified ratio.
  • Right: If the parent element is resized, the element moves relatively to the right edge, with the specified ratio.
  • Top: If the parent element is resized, the element remains attached to top edge, with the specified ratio.
  • Bottom: If the parent element is resized, the element moves relatively to the bottom edge, with the specified ratio.
  • Left + Right: If the parent element is resized, the element is resized horizontally relatively to the left and right edges, with the specified ratio.
TooltipText that appears as a tooltip when the mouse hovers over the element.
BitmapBitmap refers to a Bitmap resource which can be:
  • An individual bitmap file in png or bmp format defined as resource.
  • A section, specifying a region within a larger source bitmap.
You can either select an existing resource or drop an image file onto the text field. In this case, the corresponding resource is created and set as reference.
ScalableActivate this if you want to be able to resize the element. The assigned Bitmap resources are resized according to the Scale Mode that is defined for the respective Bitmap resource.