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


In This Topic
    IconSpacing Property
    In This Topic
    Gets/sets the spacing between the items in all Icon view styles
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Spacing")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the spacing between the items in all Icon view styles")>
    Public Property IconSpacing As NSizeF
    'Usage
     
    
    Dim instance As NLibraryViewItemLayout
    Dim value As NSizeF
     
    instance.IconSpacing = value
     
    value = instance.IconSpacing
    [System.ComponentModel.Category("Spacing")]
    [System.ComponentModel.Description("Gets/sets the spacing between the items in all Icon view styles")]
    public NSizeF IconSpacing {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