'Declaration Public Shared Property Fonts As List(Of Font)
'Usage Dim value As List(Of Font) DicomLabel.Fonts = value value = DicomLabel.Fonts
public static List<Font> Fonts {get; set;}
public: static property List<Font^>^ Fonts { List<Font^>^ get(); void set ( List<Font^>^ value); }