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




In This Topic
    LeftMargin Property (IImGearThumbnailCtl)
    In This Topic
    Gets or sets the amount of extra space, in pixels, to leave between the left edge of the control and the left-most item drawn inside the control.
    Syntax
    'Declaration
     
    Property LeftMargin As Integer
    'Usage
     
    Dim instance As IImGearThumbnailCtl
    Dim value As Integer
     
    instance.LeftMargin = value
     
    value = instance.LeftMargin
    int LeftMargin {get; set;}
    __property int get_LeftMargin();
    __property void set_LeftMargin( 
       int value
    );
    property int LeftMargin {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also