Xceed Chart for WinForms v4.4 Documentation
InitFromShadow(Shadow) Method


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > Shadow Class > InitFromShadow Method : InitFromShadow(Shadow) Method
Initializes this shadow object from the properties of another shadow object
Syntax
'Declaration
 
Public Overloads Sub InitFromShadow( _
   ByVal shadow As Shadow _
) 
'Usage
 
Dim instance As Shadow
Dim shadow As Shadow
 
instance.InitFromShadow(shadow)
public void InitFromShadow( 
   Shadow shadow
)

Parameters

shadow
Remarks
You may want to use this function instead of Clone, because it allows you to modify shadows that are obtainable only by a get method.
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

Reference

Shadow Class
Shadow Members
Overload List