ImageFormItem Class
Represents a Image form item.
Inheritance Hierarchy

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public class ImageFormItem : FormItem

The ImageFormItem type exposes the following members.

Constructors
  NameDescription
Public methodImageFormItem
Initializes a new instance of the ImageFormItem class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the form item.
(Overrides FormItemValidate.)
Top
Properties
  NameDescription
Public propertyArgumentName
Gets or sets the name of the argument that will be used to store the result of this form item.
(Inherited from FormItem.)
Public propertyDisplayName
Gets the display name of the form item.
(Overrides FormItemDisplayName.)
Public propertyHeight
Gets or sets the height of the image (in pixels).
Public propertyIsValid
Gets or sets a value indicating whether this instance is valid.
(Inherited from FormItem.)
Public propertyIsVisible
Gets or sets a value indicating whether this item is visible.
(Inherited from FormItem.)
Public propertyItem
Gets the error related to the specified property, if any.
(Inherited from FormItem.)
Public propertyItemID
Gets or sets the form item ID.
(Inherited from FormItem.)
Public propertyResult
Gets the result of the form item.
(Inherited from FormItem.)
Public propertyResultType
Gets the result type of the form item.
(Inherited from FormItem.)
Public propertySource
Gets or sets the source of the image.
Public propertyStretch
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.
Public propertyToolTip
Gets or sets the tooltip of this form item.
(Inherited from FormItem.)
Public propertyValidationItems
Gets the collection of validation items.
(Inherited from FormItem.)
Public propertyWidth
Gets or sets the width of the image (in pixels).
Top
See Also