Nevron.Diagram Namespace / NBoundsPort Class / Alignment Property


Alignment Property (NBoundsPort)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Position")>
<System.ComponentModel.DescriptionAttribute("Gets/sets the alignment of the bounds port relative to the anchor model scene bounds")>
Public Property Alignment As NContentAlignment
 
'Usage
 
Dim instance As NBoundsPort
Dim value As NContentAlignment
 
instance.Alignment = value
 
value = instance.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