ArcFM Solution Developer Guide
Opacity Property (frmDatabaseVersion)


Syntax
'Declaration
 
<SRCategoryAttribute("CatWindowStyle")>
<System.ComponentModel.TypeConverterAttribute(System.Windows.Forms.OpacityConverter)>
<SRDescriptionAttribute("FormOpacityDescr")>
<System.ComponentModel.DefaultValueAttribute(1)>
Public Property Opacity As System.Double
'Usage
 
Dim instance As frmDatabaseVersion
Dim value As System.Double
 
instance.Opacity = value
 
value = instance.Opacity
[SRCategory("CatWindowStyle")]
[System.ComponentModel.TypeConverter(System.Windows.Forms.OpacityConverter)]
[SRDescription("FormOpacityDescr")]
[System.ComponentModel.DefaultValue(1)]
public System.double Opacity {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

frmDatabaseVersion Class
frmDatabaseVersion Members

 

 


Send Comment