Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

TabulationTextStyle class

From Catglobe Wiki
Revision as of 09:24, 21 June 2016 by MortenHattingVoltelen (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=TabulationTextStyle |Description=Styles for use on a portion of text |Constructors= {{CGscriptConstructors_Template|Description=Create a new Tab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TabulationTextStyle



Styles for use on a portion of text

Constructors

  • () - Create a new TabulationTextStyle

Methods

  • string ToString() - The string representation of the object.

Properties

  • bool Bold { get; set; } - Get/Set Bold to string.
  • array Color { get; set; } - Get/Set Color of string.
  • string FontFace { get; set; } - Get/Set FontFace of string.
  • int FontSize { get; set; } - Get/Set FontSize of string in points.
  • bool Italic { get; set; } - Get/Set Italic to string.
  • string ObjectTypeName { get; } - The name of the type of object.
  • TypeInformation TypeInformation { get; } - Get information about this class.
  • bool Underline { get; set; } - Get/Set Underline to string.