'Declaration
<System.ComponentModel.LocalizableAttribute(True)> <SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <SRDescriptionAttribute("UpDownBaseAlignmentDescr")> Public Property UpDownAlign As System.Windows.Forms.LeftRightAlignment
'Usage
Dim instance As NNumericUpDown Dim value As System.Windows.Forms.LeftRightAlignment instance.UpDownAlign = value value = instance.UpDownAlign
[System.ComponentModel.Localizable(true)] [SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [SRDescription("UpDownBaseAlignmentDescr")] public System.Windows.Forms.LeftRightAlignment UpDownAlign {get; set;}