Font Property (DicomViewer)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatAppearance")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.Runtime.InteropServices.DispIdAttribute(-512)>
<System.ComponentModel.AmbientValueAttribute("")>
<SRDescriptionAttribute("ControlFontDescr")>
Public Overridable Property Font As System.Drawing.Font
[SRCategory("CatAppearance")]
[System.ComponentModel.Localizable(true)]
[System.Runtime.InteropServices.DispId(-512)]
[System.ComponentModel.AmbientValue("")]
[SRDescription("ControlFontDescr")]
public virtual System.Drawing.Font Font {get; set;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also