DgsLabelSetHorizontalAlign

From Multi Theft Auto: Wiki

This function sets the horizontal alignment of a dgs text label.

Syntax

bool dgsLabelSetHorizontalAlign ( element theLabel, string align, [ bool wordwrap = false ] )

Required Arguments

  • theLabel: The dgs text label to set the horizontal alignment on.
  • align: The alignment type. Valid type strings are:
    • "left"
    • "center"
    • "right"
  • wordwrap: Whether or not to enable wordwrap for the dgs-dxlabel.

Returns

Returns true if successful, false otherwise.

Example

DGS = exports.dgs
local label = DGS:dgsCreateLabel( 300, 200, 500, 50, "Text", false )
DGS:dgsLabelSetHorizontalAlign( label, "center" )

See Also

Multi Language Supports

Animation

3D Interface

3D Text

Arrow List

Browser

Button

Check Box

Combo Box

Edit

Ellipse Detect Area

Detect Area

Grid List

Image

Memo

Label

Progress Bar

Radio Button

Scroll Bar

Scroll Pane

Switch Button

Tab Panel

Window

Plugin

Media Browser

Rounded Rectangle

Color Picker

Blur Box

Effect 3D