You are here: Start » AVL.NET » VideoBoxSizeMode Enumeration

VideoBoxSizeMode Enumeration

Determines the image size handling mode of the VideoBox control.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Members

Member nameDescription
CenterImageImage is displayed in its original size but centered in the control client area.
NormalImage displayed without changes.
StretchImageImage stretched to fill the entire control client area.
ZoomImage is stretched and centered to fill the control client area without modifying the image size proportions.

Remarks

See also