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




In This Topic
    TitleHeight Property (IImGearThumbnailCtl)
    In This Topic
    Gets or sets height for the item title.
    Syntax
    'Declaration
     
    Property TitleHeight As Integer
    'Usage
     
    Dim instance As IImGearThumbnailCtl
    Dim value As Integer
     
    instance.TitleHeight = value
     
    value = instance.TitleHeight
    int TitleHeight {get; set;}
    __property int get_TitleHeight();
    __property void set_TitleHeight( 
       int value
    );
    property int TitleHeight {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also