In This Topic
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 System.Collections.Generic.List(Of Font)
'Usage
Dim value As System.Collections.Generic.List(Of Font)
DicomLabel.Fonts = value
value = DicomLabel.Fonts
public static System.Collections.Generic.List<Font> Fonts {get; set;}
public read-write property Fonts: System.Collections.Generic.List; static;
public static function get,set Fonts : System.Collections.Generic.List
public: __property static System.Collections.Generic.List<Font*>* get_Fonts();
public: __property static void set_Fonts(
System.Collections.Generic.List<Font*>* value
);
public:
static property System.Collections.Generic.List<Font^>^ Fonts {
System.Collections.Generic.List<Font^>^ get();
void set ( System.Collections.Generic.List<Font^>^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also