Nevron .NET Vision
Nevron.Chart Namespace / NCartesianPanelAnchor Class / NCartesianPanelAnchor Constructor / NCartesianPanelAnchor Constructor(NPanel,NPointL,ContentAlignment)
the panel to attach to
location in the panel
alignment of the location relative to the panel


In This Topic
    NCartesianPanelAnchor Constructor(NPanel,NPointL,ContentAlignment)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal panel As NPanel, _
       ByVal location As NPointL, _
       ByVal contentAlignment As System.Drawing.ContentAlignment _
    )
    'Usage
     
    
    Dim panel As NPanel
    Dim location As NPointL
    Dim contentAlignment As System.Drawing.ContentAlignment
     
    Dim instance As New NCartesianPanelAnchor(panel, location, contentAlignment)
    public NCartesianPanelAnchor( 
       NPanel panel,
       NPointL location,
       System.Drawing.ContentAlignment contentAlignment
    )

    Parameters

    panel
    the panel to attach to
    location
    location in the panel
    contentAlignment
    alignment of the location relative to the panel
    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