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

VideoBoxSizeMode Enumeration

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Determines the image size handling mode of the VideoBox control.

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