| IAnimatablePropertyHasBaseValue Property |
Gets a value indicating whether this property has a base value.
Namespace: DigitalRune.AnimationAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax bool HasBaseValue { get; }
ReadOnly Property HasBaseValue As Boolean
Get
property bool HasBaseValue {
bool get ();
}
abstract HasBaseValue : bool with get
Property Value
Type:
Boolean if this property has a base value; otherwise,
.
See Also