KnownPerceptionDepthFrameSourceProperties.MinDepth Property

Definition

Gets a string key used to retrieve a 16-bit unsigned integer property indicating the minimum depth of the depth frame source.

public:
 static property Platform::String ^ MinDepth { Platform::String ^ get(); };
static winrt::hstring MinDepth();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionDepthFrameSourceProperties may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.DepthMediaFrame instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring MinDepth();
public static string MinDepth { get; }
public static string MinDepth { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionDepthFrameSourceProperties may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.DepthMediaFrame instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionDepthFrameSourceProperties.minDepth;
Public Shared ReadOnly Property MinDepth As String

Property Value

String

Platform::String

winrt::hstring

Indicates the minimum depth of the depth frame source. This property is a UInt16 value.

Attributes

Applies to