'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("ButtonImageAlignDescr")> <SRCategoryAttribute("CatAppearance")> Public Property ImageAlign As System.Drawing.ContentAlignment
'Usage
Dim instance As NBackplaneStyleButton Dim value As System.Drawing.ContentAlignment instance.ImageAlign = value value = instance.ImageAlign
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Localizable(true)] [SRDescription("ButtonImageAlignDescr")] [SRCategory("CatAppearance")] public System.Drawing.ContentAlignment ImageAlign {get; set;}