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


In This Topic
    ListImagePadding Property
    In This Topic
    Gets/sets the padding of the image in List view style
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Image padding")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the padding of the image in List view style")>
    Public Property ListImagePadding As System.Single
    'Usage
     
    
    Dim instance As NLibraryViewItemLayout
    Dim value As System.Single
     
    instance.ListImagePadding = value
     
    value = instance.ListImagePadding
    [System.ComponentModel.Category("Image padding")]
    [System.ComponentModel.Description("Gets/sets the padding of the image in List view style")]
    public System.float ListImagePadding {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