.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Shadow Class : ExpandBy Property
ExpandBy Property
Gets or sets a numeric value that represents the number of pixels by which the shadow is expanded.
Syntax
'Declaration
 
Public Property ExpandBy As Single
'Usage
 
Dim instance As Shadow
Dim value As Single
 
instance.ExpandBy = value
 
value = instance.ExpandBy
public float ExpandBy {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also