Body.Appearance Property
[Deprecated] Gets the status of the body’s possible appearance characteristics. This API is not implemented in the Kinect for Windows v2 SDK and will always return null. It is included to support cross-compilation with the Xbox SDK.
Syntax
public:
property IMapView<Appearance, DetectionResult>^ Appearance {
IMapView<Appearance, DetectionResult>^ get ();
}
public IReadOnlyDictionary<Appearance, DetectionResult>Appearance { get; }
var appearance = body.appearance;
Property value
[C++]
[C#]
[JavaScript]
Type: IMapView<Appearance, DetectionResult>
Type: IReadOnlyDictionary<Appearance, DetectionResult>
Type: IMapView<Appearance, DetectionResult>
The status of the body's possible appearance characteristics.
Requirements
Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd