ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailCtl Class / Font Property




In This Topic
    Font Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets the font used for rendering titles under the thumbnail items.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public Overrides Property Font As Font
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Font
     
    instance.Font = value
     
    value = instance.Font
    [Browsable(false)]
    public override Font Font {get; set;}
    [Browsable(false)]
    public: __property Font* get_Font() override;
    public: __property void set_Font( 
       Font* value
    ) override;
    [Browsable(false)]
    public:
    property Font^ Font {
       Font^ get() override;
       void set (    Font^ value) override;
    }

    Property Value

    System.Drawing.Font value.
    See Also