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


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