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).