'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the alignment of the caption image.")> Public Property ImageAlign As System.Drawing.ContentAlignment
'Usage
Dim instance As NFormSkinState Dim value As System.Drawing.ContentAlignment instance.ImageAlign = value value = instance.ImageAlign
[System.ComponentModel.Description("Gets/sets the alignment of the caption image.")] public System.Drawing.ContentAlignment ImageAlign {get; set;}