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.

TabulationDiagramStyle class

From Catglobe Wiki
Revision as of 03:00, 5 May 2022 by Administrator (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>TabulationDiagramStyle</nowiki> |Description=<nowiki>Represents a diagram style.</nowiki> |InheritsFrom=object|Constructors= {{CGscriptC...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TabulationDiagramStyle



Represents a diagram style.

Parent class

Inherits from object

Constructors

  • () - Create a default TabulationDiagramStyle

Methods

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

Properties

  • int Decimal { get; set; } - Decimal place.
  • TabulationFillStyle Fill { get; set; } - Fill style from TabulationFillStyle object.
  • string Halign { get; set; } - Horizontal alignment (allows values Center, Left, Right).
  • string ObjectTypeName { get; } - The name of the type of object.
  • TabulationTextStyle Text { get; set; } - Font style from TabulationTextStyle object.
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.
  • string Valign { get; set; } - Vertical alignment (allows values Center, Top, Bottom).