Class AutoTemplatedControl
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
AutoTemplatedControl
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class AutoTemplatedControl : Control
Constructors
AutoTemplatedControl(Type)
Initializes a new instance of the AutoTemplatedControl class..
Declaration
public AutoTemplatedControl(Type keyType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | keyType | Specifies type to be set as a style key. |