DevPropertyGridInputDialogFont Property
Gets or sets the property grid font.
Namespace: DevCase.UI.DialogsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Font Font { get; set; }
Public Property Font As Font
Get
Set
Dim instance As DevPropertyGridInputDialog
Dim value As Font
value = instance.Font
instance.Font = value
public:
property Font^ Font {
Font^ get ();
void set (Font^ value);
}
member Font : Font with get, set
No code example is currently available or this language may not be supported.
Property Value
Font
The property grid font.