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




In This Topic
    Flat Property (IImGearThumbnailCtl)
    In This Topic
    Gets or sets a value indicating whether the thumbnail item will appear flat or three dimensional.
    Syntax
    'Declaration
     
    Property Flat As Boolean
    'Usage
     
    Dim instance As IImGearThumbnailCtl
    Dim value As Boolean
     
    instance.Flat = value
     
    value = instance.Flat
    bool Flat {get; set;}
    __property bool get_Flat();
    __property void set_Flat( 
       bool value
    );
    property bool Flat {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also