Gets or sets the video aspect ration.

Default: 16:9

Namespace: MonoSoftware.MonoX.Video
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string AspectRatio { get; set; }
Visual Basic
Public Property AspectRatio As String
	Get
	Set
Visual C++
public:
property String^ AspectRatio {
	String^ get ();
	void set (String^ value);
}
F#
member AspectRatio : string with get, set

Property Value

Type: String

See Also