AbsoluteLayout.LayoutBoundsProperty Field

Definition

Bindable property for attached property LayoutBounds.

public: static initonly Microsoft::Maui::Controls::BindableProperty ^ LayoutBoundsProperty;
public static readonly Microsoft.Maui.Controls.BindableProperty LayoutBoundsProperty;
 staticval mutable LayoutBoundsProperty : Microsoft.Maui.Controls.BindableProperty
Public Shared ReadOnly LayoutBoundsProperty As BindableProperty 

Field Value

Remarks

The interface for this property is defined by the GetLayoutBounds(BindableObject) and SetLayoutBounds(IView, Rect) methods.

Applies to