dotnetCHARTING Send comments on this topic.
Depth Property
See Also 
dotnetCHARTING Namespace > Shadow Class : Depth Property


Gets or sets the shadow's depth.

Syntax

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

See Also