DgsLabelGetVerticalAlign

From Multi Theft Auto: Wiki

This function gets the vertical alignment of a dgs text label. Valid alignment types are:

  • "top"
  • "center"
  • "bottom"

Syntax

bool dgsLabelGetVerticalAlign ( element theLabel )

Required Arguments

  • theLabel: The dgs text label to get the vertical alignment from.

Returns

Returns a string if successful, false otherwise.

Example

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

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