ImageFormItemStretch Property |
Gets the way the image will stretch. If either the width or height are specified, the image will scale proportionally.
If neither is specified, it will use the image native size.
Namespace: Geocortex.Forms.Client.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic Stretch Stretch { get; }
Public ReadOnly Property Stretch As Stretch
Get
Property Value
Type:
Stretch
See Also