Class OwnerTemlpateMapping
Joins the control and its template.
Used for initializing the CustomAnimation objects.
Inheritance
System.Object
OwnerTemlpateMapping
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class OwnerTemlpateMapping : ValueType
Properties
Owner
Gets or sets the control.
Declaration
public FrameworkElement Owner { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.FrameworkElement | Type: System.Windows.FrameworkElement |
See Also
System.Windows.FrameworkElement
Template
Gets or sets the template of the control.
Declaration
public FrameworkTemplate Template { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.FrameworkTemplate | Type: System.Windows.FrameworkElement |
See Also
System.Windows.FrameworkElement