ElementLocation.NumColumns Property

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

ElementLocation.NumColumns Property

Gets the number of columns for an element.

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

Property Value

Gets the number of columns for an element.

Remarks

Use the NumColumns property to get the number of columns for an element that is defined as a rectangular region. If the element is defined as a linear region, the value returned is -1.

See Also

ElementLocation Class | ElementLocation Members | WRQ.Verastream.HostIntegrator Namespace