ImageFormItemHeight Property |
Gets or sets the height of the image (in pixels).
Namespace: Geocortex.Forms.Client.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic Nullable<int> Height { get; set; }
Public Property Height As Nullable(Of Integer)
Get
Set
Property Value
Type:
NullableInt32
RemarksDefault is 100.
See Also