ImageGear .NET v24.12 - Updated
FontSize Property (ImGearThumbnailCtl)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : FontSize Property
Gets or sets title's font size.
Syntax
'Declaration
 
<DescriptionAttribute("Determines title font size.")>
<CategoryAttribute("Title font")>
<ImGearFilterAttribute("Default")>
Public Shadows Property FontSize As Double
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Double
 
instance.FontSize = value
 
value = instance.FontSize
[Description("Determines title font size.")]
[Category("Title font")]
[ImGearFilter("Default")]
public new double FontSize {get; set;}
[Description("Determines title font size.")]
[Category("Title font")]
[ImGearFilter("Default")]
public: __property new double get_FontSize();
public: __property new void set_FontSize( 
   double value
);
[Description("Determines title font size.")]
[Category("Title font")]
[ImGearFilter("Default")]
public:
new property double FontSize {
   double get();
   void set (    double value);
}

Property Value

Double value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members