Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPreviewHost Class / PreviewMarginsPercent Property


In This Topic
    PreviewMarginsPercent Property
    In This Topic
    Determines the margins of the hosted preview widget as a percentage of this widget content area size. By default set to 5%.
    Syntax
    'Declaration
     
    
    Public Property PreviewMarginsPercent As System.Double
    'Usage
     
    
    Dim instance As NPreviewHost
    Dim value As System.Double
     
    instance.PreviewMarginsPercent = value
     
    value = instance.PreviewMarginsPercent
    public System.double PreviewMarginsPercent {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