Base Button ListTitle Font Property
This property is used to set or get the title's font
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Font TitleFont { get; set; }VB
Public Property TitleFont As Font
Get
SetC++
public:
property Font^ TitleFont {
Font^ get ();
void set (Font^ value);
}F#
member TitleFont : Font with get, set