Property | Type | Description | |
---|---|---|---|
ContentProperty | Microsoft.Maui.Controls.BindableProperty |
Property | Type | Description | |
---|---|---|---|
Clear | void | ||
ComputeConstraintForView | void | ||
IContentView | Size | ||
IContentView | Size | ||
OnContentChanged | void | ||
SetChildInheritedBindingContext | void |
Method | Description | |
---|---|---|
ContentPresenter ( ) : System |
Method | Description | |
---|---|---|
LayoutChildren ( double x, double y, double width, double height ) : void | ||
OnMeasure ( double widthConstraint, double heightConstraint ) : SizeRequest |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
ComputeConstraintForView ( Microsoft.Maui.Controls.View view ) : void | ||
IContentView ( Rectangle bounds ) : Size | ||
IContentView ( double widthConstraint, double heightConstraint ) : Size | ||
OnContentChanged ( BindableObject bindable, object oldValue, object newValue ) : void | ||
SetChildInheritedBindingContext ( Element child, object context ) : void |
protected LayoutChildren ( double x, double y, double width, double height ) : void | ||
x | double | |
y | double | |
width | double | |
height | double | |
return | void |
protected OnMeasure ( double widthConstraint, double heightConstraint ) : SizeRequest | ||
widthConstraint | double | |
heightConstraint | double | |
return | SizeRequest |