共用方式為


KnownPerceptionVideoProfileProperties.Height 屬性

定義

取得字串索引鍵,用來擷取 32 位不帶正負號的整數屬性,以圖元為單位表示框架高度。

public:
 static property Platform::String ^ Height { Platform::String ^ get(); };
static winrt::hstring Height();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionVideoProfileProperties may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring Height();
public static string Height { get; }
public static string Height { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionVideoProfileProperties may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionVideoProfileProperties.height;
Public Shared ReadOnly Property Height As String

屬性值

String

Platform::String

winrt::hstring

框架高度,以圖元為單位。 此屬性是 UInt32 值。

屬性

適用於