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.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public Stretch Stretch { get; }

Property Value

Type: Stretch
See Also