Class AutoTemplatedContentControl
Class used to create control that uses some other type as it's default style key. Useful when element can not have template itself and it's internal classes should not be visible to user.
Inheritance
System.Object
AutoTemplatedContentControl
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class AutoTemplatedContentControl : ContentControl
Constructors
AutoTemplatedContentControl(Type)
Initializes a new instance of the AutoTemplatedContentControl class.
Declaration
public AutoTemplatedContentControl(Type keyType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | keyType | Specifies type to be set as a style key. |