Style Constructor (Style)
Initializes a new instance of the
[Style]
class.
Namespace:
Squid
Assembly:
Squid.Core
(in Squid.Core.dll)
Syntax
C#
VB
C++
public
Style
(
Style
style
)
Public
Sub
New
( _
style
As
Style
_ )
public
:
Style
(
Style
^
style
)
Parameters
style
Type:
Style
The style.
See Also
Style Class
Style Overload
Squid Namespace