Class FrameworkTemplate
Creates an element tree of elements.
Inheritance
System.Object
FrameworkTemplate
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
Assembly: OpenSilver.dll
Syntax
public abstract class FrameworkTemplate : DependencyObject
Constructors
| Improve this Doc View SourceFrameworkTemplate()
Declaration
protected FrameworkTemplate()
Methods
| Improve this Doc View SourceIsSealed()
Gets a value that indicates whether this object is in an immutable state so it cannot be changed.
Declaration
public bool IsSealed()
Returns
Type | Description |
---|---|
System.Boolean | true if this object is in an immutable state; otherwise, false. |
Seal()
Locks the template so it cannot be changed.
Declaration
public void Seal()