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




In This Topic
    TitleHeight Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets height for the item title.
    Syntax
    'Declaration
     
    <CategoryAttribute("Items")>
    <DescriptionAttribute()>
    Public Property TitleHeight As Integer
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Integer
     
    instance.TitleHeight = value
     
    value = instance.TitleHeight
    [Category("Items")]
    [Description()]
    public int TitleHeight {get; set;}
    [Category("Items")]
    [Description()]
    public: __property int get_TitleHeight();
    public: __property void set_TitleHeight( 
       int value
    );
    [Category("Items")]
    [Description()]
    public:
    property int TitleHeight {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also