ESRI.ArcGIS.ADF.Web.UI.WebControls
GraphicsTransparency Property
See Also 
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) 
<ResDescriptionAttribute("The transparency (0 to 100) that is applied to all graphics results.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("TaskResults")>
<DefaultValueAttribute()>
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# 
[ResDescriptionAttribute("The transparency (0 to 100) that is applied to all graphics results.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("TaskResults")]
[DefaultValueAttribute()]
public float GraphicsTransparency {get; set;}

Remarks

The transparency is multiplied by the DisplaySettings.Transparency of the individual graphicslayers and the element's symbol transparency

See Also

© 2010 All Rights Reserved.