'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
[System.ComponentModel.Category("Position")] [System.ComponentModel.Description("Gets/sets the alignment of the bounds port relative to the anchor model scene bounds")] public NContentAlignment Alignment {get; set;}