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




In This Topic
    ItemBorderThickness Property
    In This Topic
    Gets or sets the thickness of the border of thumbnail items.
    Syntax
    'Declaration
     
    Public Property ItemBorderThickness As Thickness
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As Thickness
     
    instance.ItemBorderThickness = value
     
    value = instance.ItemBorderThickness
    public Thickness ItemBorderThickness {get; set;}
    public: __property Thickness get_ItemBorderThickness();
    public: __property void set_ItemBorderThickness( 
       Thickness value
    );
    public:
    property Thickness ItemBorderThickness {
       Thickness get();
       void set (    Thickness value);
    }

    Property Value

    System.Windows.Thickness value.
    See Also