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