Nevron .NET Vision
Nevron.Diagram Namespace / NContentAlignment Structure / NContentAlignment Constructor / NContentAlignment Constructor(ContentAlignment)


In This Topic
    NContentAlignment Constructor(ContentAlignment)
    In This Topic
    Initialized the alignment with the specified content alignment
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal alignment As System.Drawing.ContentAlignment _
    )
    'Usage
     
    
    Dim alignment As System.Drawing.ContentAlignment
     
    Dim instance As New NContentAlignment(alignment)
    public NContentAlignment( 
       System.Drawing.ContentAlignment alignment
    )

    Parameters

    alignment
    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