Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellBody Class / VerticalPlacement Field


In This Topic
    VerticalPlacement Field
    In This Topic
    Defines the vertical cell content placement
    Syntax
    'Declaration
     
    
    Public VerticalPlacement As ContentPlacement
    'Usage
     
    
    Dim instance As NCellBody
    Dim value As ContentPlacement
     
    value = instance.VerticalPlacement
     
    instance.VerticalPlacement = value
    public ContentPlacement VerticalPlacement
    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