Indicates how should the image be stretched

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public enum ImageStretch
Visual Basic
Public Enumeration ImageStretch
Visual C++
public enum class ImageStretch
F#
type ImageStretch

Members

Member nameValueDescription
NotSet0 The image is not stretched. Default images's size is used.
Vertical1 The image is stretched vertically.
Horizontal2 The image is stretched horizontally.
Both3 Stretches the image vertically and horizontally.
BestFit4 Stretches to the optimal width and height.

See Also