Property SubViews
SubViews
Gets the list of SubViews as they were added/ordered.
public IReadOnlyCollection<View> SubViews { get; }
Property Value
Remarks
Use Add(View?) and Remove(View?) to add or remove subviews.
- See Also
Gets the list of SubViews as they were added/ordered.
public IReadOnlyCollection<View> SubViews { get; }
Use Add(View?) and Remove(View?) to add or remove subviews.