Class ControlTemplate
Defines the element tree that is applied as the control template for a control.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public sealed class ControlTemplate : FrameworkTemplate
Constructors
| Improve this Doc View SourceControlTemplate()
Initializes a new instance of the ControlTemplate class.
Declaration
public ControlTemplate()
Properties
| Improve this Doc View SourceTargetType
Gets or sets the type to which the ControlTemplate is applied.
Declaration
public Type TargetType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |