Method GetItemRect
GetItemRect(int?)
Gets the rectangle that represents the bounds of the item at the specified index.
public virtual RectD? GetItemRect(int? index)
Parameters
indexint?The zero-based index of the item.
Gets the rectangle that represents the bounds of the item at the specified index.
public virtual RectD? GetItemRect(int? index)
index int?The zero-based index of the item.