Data ListCaption Font Property
This property is used to set or get the caption 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 CaptionFont { get; set; }VB
Public Property CaptionFont As Font
Get
SetC++
public:
property Font^ CaptionFont {
Font^ get ();
void set (Font^ value);
}F#
member CaptionFont : Font with get, set