'Declaration Public Shared Property FontSizeDeltaTable As System.Collections.Generic.List(Of Double)
public static System.Collections.Generic.List<double> FontSizeDeltaTable { get; set; }
public: __property static System.Collections.Generic.List<double*>* get_FontSizeDeltaTable(); public: __property static void set_FontSizeDeltaTable(
System.Collections.Generic.List<double*>* value
);
public:
static property System.Collections.Generic.List<double^>^ FontSizeDeltaTable { System.Collections.Generic.List<double^>^ get(); void set(System.Collections.Generic.List<double^>^ value); }