| Visual Basic (Declaration) | |
|---|---|
Public Property Font As Font | |
| C# | |
|---|---|
public Font Font {get; set;} | |
Property Value
FontAssigning a new value to this property will change the font being used to draw the text.
| dbicList | Send comments on this topic. |
| Font Property | |
| See Also | |
|
| dbicBase Assembly > Dbi.WinControl Namespace > BeforeCellTextDisplayEventArgs Class : Font Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property Font As Font | |
| C# | |
|---|---|
public Font Font {get; set;} | |