ImageFormItemHeight Property
Gets or sets the height of the image (in pixels).

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public Nullable<int> Height { get; set; }

Property Value

Type: NullableInt32
Remarks
Default is 100.
See Also