Class TextStyle
Info
Represents a text style applied to certain text items in the PDF output.
public class TextStyleInheritance
Inherited Members
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
No special public constructors besides the default.
Properties
Color
Gets or sets the color of the text.
public System.Drawing.Color Color { get; set; }Property Value
FontStyle
Gets or sets the font style (e.g., Bold, Italic). Multiple styles can be combined.
public FontStyles FontStyle { get; set; }Property Value
ItemType
Gets or sets the type of text items this style is applied to.
public TextItemType ItemType { get; set; }Property Value
BackgroundColor
Gets or sets the background color of the text style.
public System.Drawing.Color BackgroundColor { get; set; }Property Value
BackgroundPattern
Gets or sets the background pattern of the text style.
public BackgroundPattern BackgroundPattern { get; set; }Property Value
Namespace: Tasqize Assembly: Tasqize.dll