ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailCtl Interface / Font Property




In This Topic
    Font Property (IImGearThumbnailCtl)
    In This Topic
    Gets or sets the font used for rendering titles under the thumbnail items.
    Syntax
    'Declaration
     
    Property Font As Font
    'Usage
     
    Dim instance As IImGearThumbnailCtl
    Dim value As Font
     
    instance.Font = value
     
    value = instance.Font
    Font Font {get; set;}
    __property Font* get_Font();
    __property void set_Font( 
       Font* value
    );
    property Font^ Font {
       Font^ get();
       void set (    Font^ value);
    }

    Property Value

    System.Drawing.Font value.
    See Also