| AnimatablePropertyTIAnimatablePropertyTBaseValue Property |
Gets the base value.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax T IAnimatableProperty<T>.BaseValue { get; }
Private ReadOnly Property BaseValue As T
Implements IAnimatableProperty(Of T).BaseValue
Get
private:
virtual property T BaseValue {
T get () sealed = IAnimatableProperty<T>::BaseValue::get;
}
private abstract BaseValue : 'T with get
private override BaseValue : 'T with get
Property Value
Type:
TThe base value.
Implements
IAnimatablePropertyTBaseValueSee Also