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.

TabulationBorder class

From Catglobe Wiki
Revision as of 10:12, 10 July 2018 by Nguyenduyan (talk | contribs)

TabulationBorder



A border for use in tabulation. Overwrites the stylesheet border setting.

Constructors

  • () - Create a new border object. Use Tabulation_setTableDiagramStyle() to apply it.
  • (string position "See Position", int size "See Size", string linePattern "See LinePattern", Color color "See Color") - Create a new border object. Use Tabulation_setTableDiagramStyle() to apply it.

Methods

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

Properties

  • Color Color { get; set; } - Get/set Color. Use Color_getByRGB to make color array.
  • string LinePattern { get; set; } - Get/set LinePattern (see CSS border style for more info).
  • string ObjectTypeName { get; } - The name of the type of object.
  • string Position { get; set; } - Get/set Position (Top,Bottom,Left,Right). Use comma to seperate multiple. Use All for all around.
  • int Size { get; set; } - Get/set Size in pixel.
  • TypeInformation TypeInformation { get; } - Get information about this class.