SetterBase
SetterBase
SetterBase
SetterBase
Class
Definition
Represents the base class for value setters.
public : class SetterBase : DependencyObject, ISetterBasepublic class SetterBase : DependencyObject, ISetterBasePublic Class SetterBase Inherits DependencyObject Implements ISetterBase// This API is not available in Javascript.
- Inheritance
-
SetterBaseSetterBaseSetterBaseSetterBase
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)
GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)
ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
Inherited properties
Properties
IsSealed IsSealed IsSealed IsSealed
Gets a value that indicates whether this object is in an immutable state.
public : PlatForm::Boolean IsSealed { get; }public bool IsSealed { get; }Public ReadOnly Property IsSealed As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true if this object is in an immutable state; otherwise, false.