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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.