DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Font Property






    Font Property (DicomViewer)
    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
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Drawing.Font
     
    instance.Font = value
     
    value = instance.Font
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also