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



    Fonts Property
    A Static Font collection. Users can define and add their list of fonts and choose which to apply to each DicomLabel object using DicomLabel's FontIndex property.
    Syntax
    'Declaration
     
    Public Shared Property Fonts As List(Of Font)
     
    'Usage
     
    Dim value As List(Of Font)
     
    DicomLabel.Fonts = value
     
    value = DicomLabel.Fonts
    Remarks
    No Font is in this collection by default. User have to add the font(s) to it before its item can be later indexed by FontIndex property. This collection provides a method for the fonts of many labels to be changed at once.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also