ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
Opacity Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Design Namespace > IdentityEditorFormInternet Class : Opacity Property




Syntax

Visual Basic (Declaration) 
<SRDescriptionAttribute("The opacity percentage of the control. ")>
<SRCategoryAttribute("Window Style")>
<TypeConverterAttribute("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DefaultValueAttribute()>
Public Property Opacity As Double
Visual Basic (Usage)Copy Code
Dim instance As IdentityEditorFormInternet
Dim value As Double
 
instance.Opacity = value
 
value = instance.Opacity
C# 
[SRDescriptionAttribute("The opacity percentage of the control. ")]
[SRCategoryAttribute("Window Style")]
[TypeConverterAttribute("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
public double Opacity {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.