Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NColumnPageLayoutPickerCell Class / ColumnSpacingPercent Property


In This Topic
    ColumnSpacingPercent Property
    In This Topic
    Gets or sets the spacing between the columns as a percentage from the total cell width. By default set to 5%.
    Syntax
    'Declaration
     
    
    Public Property ColumnSpacingPercent As System.Double
    'Usage
     
    
    Dim instance As NColumnPageLayoutPickerCell
    Dim value As System.Double
     
    instance.ColumnSpacingPercent = value
     
    value = instance.ColumnSpacingPercent
    public System.double ColumnSpacingPercent {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also