ESRI.ArcGIS.ADF.ArcGISServer
AlphaValue Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Color Class : AlphaValue Property




The Alpha Blending value. (0 for transparent, 255 for opaque).

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property AlphaValue As Byte
Visual Basic (Usage)Copy Code
Dim instance As Color
Dim value As Byte
 
instance.AlphaValue = value
 
value = instance.AlphaValue
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public byte AlphaValue {get; set;}

See Also

© 2010 All Rights Reserved.