ESRI.ArcGIS.ADF.Web.UI.WebControls
GraphicsTransparency Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TaskResults Class : GraphicsTransparency Property




Gets or sets the transparency applied to all graphic results.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("TaskResults")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("The transparency (0% to 100%) that is applied to all graphics results.")>
<BrowsableAttribute(True)>
Public Property GraphicsTransparency As Single
Visual Basic (Usage)Copy Code
Dim instance As TaskResults
Dim value As Single
 
instance.GraphicsTransparency = value
 
value = instance.GraphicsTransparency
C# 
[ResCategoryAttribute("TaskResults")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("The transparency (0% to 100%) that is applied to all graphics results.")]
[BrowsableAttribute(true)]
public float GraphicsTransparency {get; set;}

Remarks

The transparency is multiplied by the P:ESRI.ArcGIS.ADF.Web.DisplaySettings.Transparency of the individual graphicslayers and the element's symbol transparency

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.