Style Constructor (Type^, Style^)

 

Initializes a new instance of the Style class to use on the specified Type and based on the specified Style.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
Style(
	Type^ targetType,
	Style^ basedOn
)

Parameters

targetType
Type: System::Type^

The type to which the style will apply.

basedOn
Type: System.Windows::Style^

The style to base this style on.

.NET Framework
Available since 3.0
Return to top
Show: