Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / LayoutMode Property

In This Topic
    LayoutMode Property
    In This Topic
    Gets or sets the viewports configuration.
    Syntax
    'Declaration
     
    Public Overridable Property LayoutMode As viewportLayoutType
    public virtual viewportLayoutType LayoutMode {get; set;}
    Remarks
    Viewports collection needs to be initialized with the correct number of Viewport items before changing this property.
    See Also