Aracılığıyla paylaş


ExceptionMessageBox.Font Özelliği

Alır veya ileti kutusunda kullanılan yazı tipini ayarlar.

Ad Alanı:  Microsoft.SqlServer.MessageBox
Derleme:  Microsoft.ExceptionMessageBox (Microsoft.ExceptionMessageBox içinde.dll)

Sözdizimi

'Bildirim
Public Property Font As Font
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Drawing.Font
A Font nesne.

Açıklamalar

Bir yazı tipi ayarladığınızda, UseOwnerFont olarak küme yanlış.

Varsayılan değer nullnull başvuru (Visual Basic'te Nothing).