Spread Silverlight Documentation
StyleInfo Constructor(String,String)


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

Parameters

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