Aspose::Cells::Drawing::ActiveXControls::ControlPictureSizeMode enum
ControlPictureSizeMode enum
Represents how to display the picture.
enum class ControlPictureSizeMode
Values
Name | Value | Description |
---|---|---|
Clip | 0 | Crops any part of the picture that is larger than the control’s boundaries. |
Stretch | 1 | Stretches the picture to fill the control’s area. This setting distorts the picture in either the horizontal or vertical direction. |
Zoom | 3 | Enlarges the picture, but does not distort the picture in either the horizontal or vertical direction. |
See Also
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++