This documentation is archived and is not being maintained.
SetterBase.IsSealed Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether this object is in an immutable state.
Namespace:
System.Windows
Assembly:
System.Windows (in System.Windows.dll)
'Declaration
Public ReadOnly Property IsSealed As Boolean
Property Value
Type:
System.Booleantrue if this object is in an immutable state; otherwise, false.
If this property returns true and you try to modify the state of the object, an exception is thrown.
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0