Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / ViewLayout Property


In This Topic
    ViewLayout Property (NDrawingView)
    In This Topic
    Gets/sets the view layout
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("View")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the view layout")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property ViewLayout As ViewLayout
    'Usage
     
    
    Dim instance As NDrawingView
    Dim value As ViewLayout
     
    instance.ViewLayout = value
     
    value = instance.ViewLayout
    [System.ComponentModel.Category("View")]
    [System.ComponentModel.Description("Gets/sets the view layout")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public ViewLayout ViewLayout {get; set;}
    Remarks
    By default set to Normal.
    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