C# Class FSO.Client.UI.Controls.UILabel

A drawable label containing text.
Inheritance: FSO.Client.UI.Framework.UIElement
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Alignment TextAlignment

Private Properties

Property Type Description

Public Methods

Method Description
Draw ( FSO.Client.UI.Framework.UISpriteBatch SBatch ) : void
UILabel ( ) : System

Method Details

Draw() public method

public Draw ( FSO.Client.UI.Framework.UISpriteBatch SBatch ) : void
SBatch FSO.Client.UI.Framework.UISpriteBatch
return void

UILabel() public method

public UILabel ( ) : System
return System

Property Details

Alignment public property

public TextAlignment Alignment
return TextAlignment