'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the pin alignment relative to the model bounds")> Public Property PinAlignment As NContentAlignment
'Usage
Dim instance As NModel Dim value As NContentAlignment instance.PinAlignment = value value = instance.PinAlignment
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the pin alignment relative to the model bounds")] public NContentAlignment PinAlignment {get; set;}