Spread Silverlight Documentation
StyleInfo Constructor(String,String,StyleInfo)


The name of the new StyleInfo object.
The parent name of the new StyleInfo object.
A StyleInfo object.
Creates a custom style (StyleInfo object) using the specified StyleInfo object, name, and parent name.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal parentName As System.String, _
   ByVal style As StyleInfo _
)
'Usage
 
Dim name As System.String
Dim parentName As System.String
Dim style As StyleInfo
 
Dim instance As New StyleInfo(name, parentName, style)
public StyleInfo( 
   System.string name,
   System.string parentName,
   StyleInfo style
)

Parameters

name
The name of the new StyleInfo object.
parentName
The parent name of the new StyleInfo object.
style
A StyleInfo 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.