DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / TextLabelRendering Property



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also