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


Gets or sets a value that indicates whether a glass effect is used to fill an object.

Syntax

Visual Basic (Declaration) 
Public Property GlassEffect As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Background
Dim value As Boolean
 
instance.GlassEffect = value
 
value = instance.GlassEffect
C# 
public bool GlassEffect {get; set;}

Example

See Also

© 2010 All Rights Reserved.