DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / TextLabelRendering Property






    TextLabelRendering Property
    Control text label anti-aliasing behaviour
    Syntax
    'Declaration
     
    
    Public Property TextLabelRendering As System.Drawing.Text.TextRenderingHint
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Drawing.Text.TextRenderingHint
     
    instance.TextLabelRendering = value
     
    value = instance.TextLabelRendering
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also