ImageFormItemWidth Property
Gets or sets the width 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> Width { get; set; }

Property Value

Type: NullableInt32
Remarks
Default is 200.
See Also