Click or drag to resize

PlayerTextDraw Properties

The PlayerTextDraw type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Gets or sets the alignment of this textdraw.
Public propertyBackColor
Gets or sets the background color of this textdraw.
Public propertyBoxColor
Gets or sets the color of the box of this textdraw.
Public propertyEntity
Gets the entity to which this component has been attached.
(Inherited from Component.)
Public propertyFont
Gets or sets the font of this textdraw.
Public propertyForeColor
Gets or sets the color of the text of this textdraw.
Public propertyIsComponentAlive
Gets a value indicating whether this component is alive (has not been destroyed).
(Inherited from Component.)
Public propertyLetterSize
Gets or sets the size of the letters of this textdraw.
Public propertyOutline
Gets or sets the outline size of this textdraw.
Public propertyParent
Gets the parent entity of the entity to which this component has been attached.
(Inherited from Component.)
Public propertyPosition
Gets the position of this textdraw.
Public propertyPreviewModel
Gets or sets the preview model of this textdraw.
Public propertyProportional
Gets or sets a value indicating whether the font of this textdraw is rendered as a monospaced font.
Public propertySelectable
Gets or sets a value indicating whether this textdraw is selectable by the player.
Public propertyShadow
Gets or sets the shadow size of this textdraw.
Public propertyText
Gets or sets the text of this textdraw.
Public propertyTextSize
Gets or sets the size of this textdraw box and click-able area.
Public propertyUseBox
Gets or sets a value indicating whether a box is used for this textdraw.
Top
See Also