BackgroundImageSize Enumeration

Size of the background image.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public enum BackgroundImageSize

Members

Fit0 Fit to the available space taking in account aspect ratio.
Stretch1 Stretch image to completely fill the output area taking in account aspect ratio.
Fill2 Fill image to the available space.

See Also