'Declaration <ImGearFilterAttribute()> <CategoryAttribute("Title font")> <DescriptionAttribute("Determines title font size.")> Public Shadows Property FontSize As Double
'Usage Dim instance As ImGearThumbnailCtl Dim value As Double instance.FontSize = value value = instance.FontSize
[ImGearFilter()] [Category("Title font")] [Description("Determines title font size.")] public new double FontSize {get; set;}
[ImGearFilter()] [Category("Title font")] [Description("Determines title font size.")] public: __property new double get_FontSize(); public: __property new void set_FontSize( double value );
[ImGearFilter()] [Category("Title font")] [Description("Determines title font size.")] public: new property double FontSize { double get(); void set ( double value); }