dotnetCHARTING Send comments on this topic.
Transparency Property
See Also 
dotnetCHARTING Namespace > Element Class : Transparency Property


Gets or sets the element color's transparency.

Syntax

Visual Basic (Declaration) 
Public Property Transparency As Integer
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As Integer
 
instance.Transparency = value
 
value = instance.Transparency
C# 
public int Transparency {get; set;}

Remarks

A value of 0 will have no transparency and 100 will be completely transparent.

See Also

© 2010 All Rights Reserved.