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
Properties
| Improve this Doc View SourceIsSealed
Returns the sealed state of this object. If true, any attempt at modifying the state of this object will trigger an exception.
Declaration
public bool IsSealed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |