'Declaration
<System.ComponentModel.DefaultValueAttribute(6)> <System.ComponentModel.DescriptionAttribute("Gets/sets the origin of the text.")> Public Property TextOrigin As System.Integer
'Usage
Dim instance As NGroupBox Dim value As System.Integer instance.TextOrigin = value value = instance.TextOrigin
[System.ComponentModel.DefaultValue(6)] [System.ComponentModel.Description("Gets/sets the origin of the text.")] public System.int TextOrigin {get; set;}