|  | SkeletonPoseIAnimatablePropertySkeletonPoseBaseValue Property | 
            Gets the base value.
            
 
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
 Syntax
SyntaxSkeletonPose IAnimatableProperty<SkeletonPose>.BaseValue { get; }Private ReadOnly Property BaseValue As SkeletonPose
	Implements IAnimatableProperty(Of SkeletonPose).BaseValue
	Get
private:
virtual property SkeletonPose^ BaseValue {
	SkeletonPose^ get () sealed = IAnimatableProperty<SkeletonPose^>::BaseValue::get;
}private abstract BaseValue : SkeletonPose with get
private override BaseValue : SkeletonPose with get
Property Value
Type: 
SkeletonPoseThe base value.
Implements
IAnimatablePropertyTBaseValue See Also
See Also