'Declaration
<System.ComponentModel.CategoryAttribute("Panel")> <System.ComponentModel.DescriptionAttribute("An anchor object defining the panel location.")> Public Property Anchor As NAnchor
'Usage
Dim instance As NAnchorPanel Dim value As NAnchor instance.Anchor = value value = instance.Anchor
[System.ComponentModel.Category("Panel")] [System.ComponentModel.Description("An anchor object defining the panel location.")] public NAnchor Anchor {get; set;}