alexa

    Show / Hide Table of Contents

    Struct OwnerTemlpateMapping

    Joins the control and its template.

    Used for initializing the CustomAnimation objects.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Tools
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public struct OwnerTemlpateMapping

    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
    Back to top Generated by DocFX