AbsoluteLayout.IAbsoluteList<T>.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Add(View, Point) | |
Add(View, Rect, AbsoluteLayoutFlags) |
Add(View, Point)
- Source:
- AbsoluteLayout.cs
- Source:
- AbsoluteLayout.cs
public:
void Add(Microsoft::Maui::Controls::View ^ view, Microsoft::Maui::Graphics::Point position);
public void Add (Microsoft.Maui.Controls.View view, Microsoft.Maui.Graphics.Point position);
abstract member Add : Microsoft.Maui.Controls.View * Microsoft.Maui.Graphics.Point -> unit
Public Sub Add (view As View, position As Point)
Parameters
- view
- View
- position
- Point
Applies to
Add(View, Rect, AbsoluteLayoutFlags)
- Source:
- AbsoluteLayout.cs
- Source:
- AbsoluteLayout.cs
public void Add (Microsoft.Maui.Controls.View view, Microsoft.Maui.Graphics.Rect bounds, Microsoft.Maui.Layouts.AbsoluteLayoutFlags flags = Microsoft.Maui.Layouts.AbsoluteLayoutFlags.None);
abstract member Add : Microsoft.Maui.Controls.View * Microsoft.Maui.Graphics.Rect * Microsoft.Maui.Layouts.AbsoluteLayoutFlags -> unit
Public Sub Add (view As View, bounds As Rect, Optional flags As AbsoluteLayoutFlags = Microsoft.Maui.Layouts.AbsoluteLayoutFlags.None)
Parameters
- view
- View
- bounds
- Rect
- flags
- AbsoluteLayoutFlags
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.