ImageGear for .NET
FontSize Property (ImGearThumbnailCtl)




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

Property Value

Double value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback