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




In This Topic
    ItemsMargin Property
    In This Topic
    Gets or sets the region within the control (in WPF device independent units) where thumbnail items are displayed.
    Syntax
    'Declaration
     
    Public Property ItemsMargin As Thickness
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As Thickness
     
    instance.ItemsMargin = value
     
    value = instance.ItemsMargin
    public Thickness ItemsMargin {get; set;}
    public: __property Thickness get_ItemsMargin();
    public: __property void set_ItemsMargin( 
       Thickness value
    );
    public:
    property Thickness ItemsMargin {
       Thickness get();
       void set (    Thickness value);
    }

    Property Value

    Thickness value.
    See Also