| 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 for the current button.
| dbicCalc | Send comments on this topic. |
| Font Property | |
| See Also | |
|
| dbicCalc Assembly > Dbi.WinControl.Calc Namespace > BeforeButtonTextShownEventArgs Class : Font Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property Font As Font | |
| C# | |
|---|---|
public Font Font {get; set;} | |