DiagramFontStyle class
From Catglobe Wiki
More actions
DiagramFontStyle
Represents a diagram font style.
Parent class
Inherits from Array
Methods
- string ToString() - The string representation of the object.
- object this[] { get; }(int index "Index") - Backward-compatible indexer
- Empty this[] { get; }(int index "Index", object value "Value to set") - Backward-compatible indexer
Properties
- number Average { get; } - Average of the objects in the Array object. Can only use if all the elements are of type Number
- bool Bold { get; set; } - Whether the font is bold
- Color Color { get; set; } - Font color
- string Face { get; set; } - Font face
- bool Inherit { get; set; } - Whether the font style is inherited
- bool Italic { get; set; } - Whether the font is italic
- number Max { get; } - Largest of all the objects in the Array object. Can only use if all the elements are of type Number
- number Min { get; } - Smallest of all the objects in the Array object. Can only use if all the elements are of type Number
- string ObjectTypeName { get; } - The name of the type of object.
- int Size { get; set; } - Font size
- number Sum { get; } - Sum of all the objects in the Array object. Can only use if all the elements are of type Number
- TypeInformation TypeInformation { get; } - Get information about this class.
- bool Underline { get; set; } - Whether the font is underlined
Static Methods
- DiagramFontStyle DiagramFontStyle_getDefault() - Get default font style for diagram types