ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / ItemHeight Property




In This Topic
    ItemHeight Property (ImGearThumbnailList)
    In This Topic
    Gets or sets the height, in WPF device independent units, of each thumbnail item.
    Syntax
    'Declaration
     
    Public Property ItemHeight As Double
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As Double
     
    instance.ItemHeight = value
     
    value = instance.ItemHeight
    public double ItemHeight {get; set;}
    public: __property double get_ItemHeight();
    public: __property void set_ItemHeight( 
       double value
    );
    public:
    property double ItemHeight {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    Remarks
    Default value is 144.
    See Also