WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoTemplatedControl

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved