| IAnimatablePropertyTBaseValue Property |
Gets the base value.
Namespace: DigitalRune.AnimationAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax ReadOnly Property BaseValue As T
Get
property T BaseValue {
T get ();
}
abstract BaseValue : 'T with get
Property Value
Type:
TThe base value.
See Also