SystemVideoProperties.FrameHeight Property

Definition

Gets the name of the System.Video.FrameHeight property (one of the Windows video file properties.

public:
 property Platform::String ^ FrameHeight { Platform::String ^ get(); };
winrt::hstring FrameHeight();
public string FrameHeight { get; }
var string = systemVideoProperties.frameHeight;
Public ReadOnly Property FrameHeight As String

Property Value

String

Platform::String

winrt::hstring

The name of the System.Video.FrameHeight file property.

Applies to

See also