ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailCtl Class / LeftMargin Property




In This Topic
    LeftMargin Property (ImGearThumbnailCtl)
    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
     
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute()>
    Public Property LeftMargin As Integer
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Integer
     
    instance.LeftMargin = value
     
    value = instance.LeftMargin
    [Category("Appearance")]
    [Description()]
    public int LeftMargin {get; set;}
    [Category("Appearance")]
    [Description()]
    public: __property int get_LeftMargin();
    public: __property void set_LeftMargin( 
       int value
    );
    [Category("Appearance")]
    [Description()]
    public:
    property int LeftMargin {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    Remarks
    Note that the Thumbnail control is resizable, so the amount of margin on the right side is determined automatically.
    See Also