| Visual Basic (Declaration) | |
|---|---|
Public Property Font As Font | |
| C# | |
|---|---|
public Font Font {get; set;} | |
Property Value
FontAssigning a new value to this property in the event will change the display of the rendered text in the control.
| dbicButton | Send comments on this topic. |
| Font Property | |
| See Also | |
|
| dbicButton Assembly > Dbi.WinControl.Button Namespace > BeforeTextDisplayEventArgs Class : Font Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property Font As Font | |
| C# | |
|---|---|
public Font Font {get; set;} | |