Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / UserInterface Class / DocumentViewLayout Property


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