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


Gets or sets a numeric value that represents the number of pixels by which the shadow is expanded.

Syntax

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

See Also

© 2011 All Rights Reserved.