Click or drag to resize
Accord.NET (logo)

VideoSourcePlayerKeepAspectRatio Property

Gets or sets whether the player should keep the aspect ratio of the images being shown.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
[DefaultValueAttribute(false)]
public bool KeepAspectRatio { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also