Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellBody Class / AlignContent Method
alignment to use


In This Topic
    AlignContent Method
    In This Topic
    Aligns the bounds of the body to the bounds of the cell
    Syntax
    'Declaration
     
    
    Public Overridable Sub AlignContent( _
       ByVal alignment As System.Drawing.ContentAlignment _
    ) 
    'Usage
     
    
    Dim instance As NCellBody
    Dim alignment As System.Drawing.ContentAlignment
     
    instance.AlignContent(alignment)
    public virtual void AlignContent( 
       System.Drawing.ContentAlignment alignment
    )

    Parameters

    alignment
    alignment to use
    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