Indicates how should the image be stretched
Namespace: Dapfor.Net.UiAssembly: 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 name | Value | Description | |
---|---|---|---|
NotSet | 0 | The image is not stretched. Default images's size is used. | |
Vertical | 1 | The image is stretched vertically. | |
Horizontal | 2 | The image is stretched horizontally. | |
Both | 3 | Stretches the image vertically and horizontally. | |
BestFit | 4 | Stretches to the optimal width and height. |