TabulationFillStyle class
Revision as of 04:02, 5 May 2022 by Administrator (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>TabulationFillStyle</nowiki> |Description=<nowiki>Styles for use on a portion of text</nowiki> |InheritsFrom=object|Constructors= {{CGsc...")
TabulationFillStyle
Styles for use on a portion of text
Parent class
Inherits from object
Constructors
- () - Create a new TabulationFillStyle
- (bool isDefault "load default fill style") - Create a default TabulationFillStyle
Methods
- TabulationFillStyle Clone() - Deep copy TabulationFillStyle object
- (From object) string ToString() - The string representation of the object.
Properties
- Color Color { get; set; } - Background color
- int FillType { get; set; } - Fill type. Enumeration. Constant: Diagram_Fill_Style_xxx
- bool Inherit { get; set; } - Specifies whether the font style will be inherited from the style sheet (when True) or gotten from the system's default (when False).
- string ObjectTypeName { get; } - The name of the type of object.
- (From object) TypeInformation TypeInformation { get; } - Get information about this class.