DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomLabel Class / SKFonts Property



In This Topic
    SKFonts Property
    In This Topic
    A Static SKFont collection. Users can define and add their list of SKFonts and choose which to apply to each DicomLabel object using DicomLabel's SKFontIndex property.
    Syntax
    'Declaration
     
    
    Public Shared Property SKFonts As List(Of SKFont)
    'Usage
     
    
    Dim value As List(Of SKFont)
     
    DicomLabel.SKFonts = value
     
    value = DicomLabel.SKFonts
    public static List<SKFont> SKFonts {get; set;}
    public:
    static property List<SKFont^>^ SKFonts {
       List<SKFont^>^ get();
       void set (    List<SKFont^>^ value);
    }
    Remarks
    No SKFont is in this collection by default. User have to add the SKFont(s) to it before its item can be later indexed by SKFontIndex property. This collection provides a method for the SKFonts of many labels to be changed at once.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also