SystemVideoProperties.FrameWidth Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to

See also