Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryViewItemLayout Class / ThumbnailSpacing Property


In This Topic
    ThumbnailSpacing Property
    In This Topic
    Gets/sets the spacing between the items in Thumbnail view style
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Spacing")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the spacing between the items in Thumbnail view style")>
    Public Property ThumbnailSpacing As NSizeF
    'Usage
     
    
    Dim instance As NLibraryViewItemLayout
    Dim value As NSizeF
     
    instance.ThumbnailSpacing = value
     
    value = instance.ThumbnailSpacing
    [System.ComponentModel.Category("Spacing")]
    [System.ComponentModel.Description("Gets/sets the spacing between the items in Thumbnail view style")]
    public NSizeF ThumbnailSpacing {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also