ImageProperties 1.0 control documentation

Gets the count of the items in Value array.

[Visual Basic]
Public ReadOnly Property arrayLength As Integer
[C#]
public int arrayLength {get;}

Property Value

An integer that represents the count of items in the Value array.

Remarks

Use IsSingleItemValue property to check if Value is an array or single item.

See Also

ImagePropertyItem Class | ElementIT.ImageProperties Namespace