C# Class Microsoft.Maui.Controls.ContentPresenter

Inheritance: Microsoft.Maui.Controls.Compatibility.Layout, IContentView
Afficher le fichier Open project: jsuarezruiz/maui-linux

Méthodes publiques

Свойство Type Description
ContentProperty Microsoft.Maui.Controls.BindableProperty

Private Properties

Свойство Type Description
Clear void
ComputeConstraintForView void
IContentView Size
IContentView Size
OnContentChanged void
SetChildInheritedBindingContext void

Méthodes publiques

Méthode Description
ContentPresenter ( ) : System

Méthodes protégées

Méthode Description
LayoutChildren ( double x, double y, double width, double height ) : void
OnMeasure ( double widthConstraint, double heightConstraint ) : SizeRequest

Private Methods

Méthode 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

Method Details

ContentPresenter() public méthode

public ContentPresenter ( ) : System
Résultat System

LayoutChildren() protected méthode

protected LayoutChildren ( double x, double y, double width, double height ) : void
x double
y double
width double
height double
Résultat void

OnMeasure() protected méthode

protected OnMeasure ( double widthConstraint, double heightConstraint ) : SizeRequest
widthConstraint double
heightConstraint double
Résultat SizeRequest

Property Details

ContentProperty public_oe static_oe property

public static BindableProperty,Microsoft.Maui.Controls ContentProperty
Résultat Microsoft.Maui.Controls.BindableProperty