ArcFM Solution Developer Guide
ImageAlign Property (ColorPicker)


Syntax
'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 ColorPicker
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;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ColorPicker Class
ColorPicker Members

 

 


Send Comment