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