Compartir a través de


Font Propiedad

Gets or sets the font used in the message box.

Espacio de nombres:  Microsoft.SqlServer.MessageBox
Ensamblado:  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Sintaxis

'Declaración
Public Property Font As Font
    Get
    Set
'Uso
Dim instance As ExceptionMessageBox
Dim value As Font

value = instance.Font

instance.Font = value
public Font Font { get; set; }
public:
property Font^ Font {
    Font^ get ();
    void set (Font^ value);
}
member Font : Font with get, set
function get Font () : Font
function set Font (value : Font)

Valor de la propiedad

Tipo: System.Drawing. . :: . .Font
A Font object.

Notas

When a font is set, UseOwnerFont is set to false.

The default value is null Nothing nullptr unit es una referencia NULL (Nothing en Visual Basic). .