Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NMenuWindow Class / Alignment Property


In This Topic
    Alignment Property (NMenuWindow)
    In This Topic
    Gets the current alignment of the NMenuWindow.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Alignment As MenuAlignment
    'Usage
     
    
    Dim instance As NMenuWindow
    Dim value As MenuAlignment
     
    value = instance.Alignment
    public MenuAlignment Alignment {get;}
    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