Click or drag to resize
Accord.NET (logo)

VideoSourcePlayerAutoSizeControl Property

Auto size control or not.

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

Property Value

Type: Boolean
Remarks

The property specifies if the control should be autosized or not. If the property is set to , then the control will change its size according to video size and control will change its position automatically to be in the center of parent's control.

Note Note
Setting the property to has no effect if Dock property is set to Fill.

See Also