Nevron .NET Vision
Nevron.Editors Namespace / NStylePreviewRenderer Class / PreviewMargins Property


In This Topic
    PreviewMargins Property
    In This Topic
    Sets the margins of the rect displaying the fill style.
    Syntax
    'Declaration
     
    
    Public Property PreviewMargins As NMarginsL
    'Usage
     
    
    Dim instance As NStylePreviewRenderer
    Dim value As NMarginsL
     
    instance.PreviewMargins = value
     
    value = instance.PreviewMargins
    public NMarginsL PreviewMargins {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