You are here: Start » AVL.NET » VideoBoxSizeMode Enumeration
VideoBoxSizeMode Enumeration
| Namespace: | VideoBoxBase | 
|---|---|
| Assembly: | VideoBoxBase.dll | 
Determines the image size handling mode of the VideoBox control.
Members
| Member name | Description | 
|---|---|
| CenterImage | Image is displayed in its original size but centered in the control client area. | 
| Normal | Image displayed without changes. | 
| StretchImage | Image stretched to fill the entire control client area. | 
| Zoom | Image is stretched and centered to fill the control client area without modifying the image size proportions. | 
