PdfGridRowStyle class

Provides customization of the appearance for the PdfGridRow.

Inheritance
Implementers

Constructors

PdfGridRowStyle({PdfBrush? backgroundBrush, PdfBrush? textBrush, PdfPen? textPen, PdfFont? font})
Initializes a new instance of the PdfGridRowStyle class.

Properties

backgroundBrush PdfBrush?
Gets or sets the background brush.
getter/setter pairinherited
font PdfFont?
Gets or sets the font.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textBrush PdfBrush?
Gets or sets the text brush.
getter/setter pairinherited
textPen PdfPen?
Gets or sets the text pen.
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited