Property SubViews
SubViews
Gets the list of SubViews.
public IReadOnlyCollection<View> SubViews { get; }
Property Value
Remarks
Use Add(View?) and Remove(View?) to add or remove subviews.
Gets the list of SubViews.
public IReadOnlyCollection<View> SubViews { get; }
Use Add(View?) and Remove(View?) to add or remove subviews.