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