Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IUserInterface Interface / DocumentViewLayout Property


In This Topic
    DocumentViewLayout Property (IUserInterface)
    In This Topic
    Gets or sets a value indicating how documents in the Workspace will be arranged.
    Syntax
    'Declaration
     
    
    Property DocumentViewLayout As ArrangeDocumentEnum
    'Usage
     
    
    Dim instance As IUserInterface
    Dim value As ArrangeDocumentEnum
     
    instance.DocumentViewLayout = value
     
    value = instance.DocumentViewLayout
    ArrangeDocumentEnum DocumentViewLayout {get; set;}
    See Also