Class SetterBase
Represents the base class for value setters.
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 SetterBase : DependencyObject, IDependencyObject
Properties
| Improve this Doc View SourceIsSealed
Gets a value that indicates whether this object is in an immutable state.
Declaration
public bool IsSealed { get; }
Property Value
Type | Description |
---|---|
System.Boolean | true if this object is in an immutable state; otherwise, false. |