Property Item
| Improve this Doc View SourceItem[Int32]
Gets the view element at specified flow index.
Declaration
public UIElement this[int flowIndex] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | flowIndex | The flow index. |
Property Value
Type | Description |
---|---|
System.Windows.UIElement | The view element. |