ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class / FontSize Property




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

    Property Value

    Double value.
    See Also