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