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


Gets or sets a value from 0 to 100 that indicates the background transparency.

Syntax

Visual Basic (Declaration) 
Public Property Transparency As Integer
Visual Basic (Usage)Copy Code
Dim instance As Background
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.