C# 클래스 Microsoft.Maui.Controls.ContentPresenter

상속: Microsoft.Maui.Controls.Compatibility.Layout, IContentView
파일 보기 프로젝트 열기: jsuarezruiz/maui-linux

공개 프로퍼티들

프로퍼티 타입 설명
ContentProperty Microsoft.Maui.Controls.BindableProperty

Private Properties

프로퍼티 타입 설명
Clear void
ComputeConstraintForView void
IContentView Size
IContentView Size
OnContentChanged void
SetChildInheritedBindingContext void

공개 메소드들

메소드 설명
ContentPresenter ( ) : System

보호된 메소드들

메소드 설명
LayoutChildren ( double x, double y, double width, double height ) : void
OnMeasure ( double widthConstraint, double heightConstraint ) : SizeRequest

비공개 메소드들

메소드 설명
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

메소드 상세

ContentPresenter() 공개 메소드

public ContentPresenter ( ) : System
리턴 System

LayoutChildren() 보호된 메소드

protected LayoutChildren ( double x, double y, double width, double height ) : void
x double
y double
width double
height double
리턴 void

OnMeasure() 보호된 메소드

protected OnMeasure ( double widthConstraint, double heightConstraint ) : SizeRequest
widthConstraint double
heightConstraint double
리턴 SizeRequest

프로퍼티 상세

ContentProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty,Microsoft.Maui.Controls ContentProperty
리턴 Microsoft.Maui.Controls.BindableProperty