You are here: Start » FIL.NET » VideoBoxSizeMode Enumeration
VideoBoxSizeMode Enumeration
Determines the image size handling mode of the VideoBox control.
Namespace: | VideoBoxBase |
---|---|
Assembly: | VideoBoxBase.dll |
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. |