Gets or sets the row font to paint Rows, belonging to this header.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Font RowFont { get; set; } |
Visual Basic |
---|
Public Property RowFont As Font Get Set |
Visual C++ |
---|
public: property Font^ RowFont { Font^ get (); void set (Font^ value); } |
F# |
---|
member RowFont : Font with get, set |
Property Value
Type: FontThe row font.