Spread Silverlight Documentation
CopyFrom Method


The object from which to copy style settings.
Copies the specified style settings of the specified object to the current object.
Syntax
'Declaration
 
Public Overridable Sub CopyFrom( _
   ByVal o As System.Object _
) 
'Usage
 
Dim instance As StyleInfo
Dim o As System.Object
 
instance.CopyFrom(o)
public virtual void CopyFrom( 
   System.object o
)

Parameters

o
The object from which to copy style settings.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

StyleInfo Class
StyleInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.