Table of Contents

Enum TextDrawAlignmentTypes

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Specifies the alignment of a text draw.

public enum TextDrawAlignmentTypes

Fields

TextDrawAlignment_Center = 2

Centers the text.

TextDrawAlignment_Default = 0

Default alignment.

TextDrawAlignment_Left = 1

Aligns the text to the left.

TextDrawAlignment_Right = 3

Aligns the text to the right.