Spread Silverlight Documentation
Merge(StyleInfo) Method


The object whose style settings are merged with the current object.
Merges the style settings with the current object.
Syntax
'Declaration
 
Public Overloads Overridable Sub Merge( _
   ByVal source As StyleInfo _
) 
'Usage
 
Dim instance As StyleInfo
Dim source As StyleInfo
 
instance.Merge(source)
public virtual void Merge( 
   StyleInfo source
)

Parameters

source
The object whose style settings are merged with the current object.
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
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.