ItemsLayout 클래스

정의

public ref class ItemsLayout abstract : Microsoft::Maui::Controls::BindableObject, Microsoft::Maui::Controls::IItemsLayout, System::ComponentModel::INotifyPropertyChanged
public abstract class ItemsLayout : Microsoft.Maui.Controls.BindableObject, Microsoft.Maui.Controls.IItemsLayout, System.ComponentModel.INotifyPropertyChanged
type ItemsLayout = class
    inherit BindableObject
    interface IItemsLayout
    interface INotifyPropertyChanged
Public MustInherit Class ItemsLayout
Inherits BindableObject
Implements IItemsLayout, INotifyPropertyChanged
상속
ItemsLayout
파생
구현

생성자

ItemsLayout(ItemsLayoutOrientation)

필드

SnapPointsAlignmentProperty

에 대한 바인딩 가능한 속성입니다 SnapPointsAlignment.

SnapPointsTypeProperty

에 대한 바인딩 가능한 속성입니다 SnapPointsType.

속성

BindingContext

BindableObject에 속하는 바인딩된 속성의 대상이 되는 속성을 포함하는 개체를 가져오거나 설정합니다. 이는 바인딩 가능 속성입니다.

(다음에서 상속됨 BindableObject)
Dispatcher

이 바인딩 가능한 개체를 만들 때 사용할 수 있었던 디스패처를 가져오고, 그렇지 않으면 사용 가능한 가장 가까운 디스패처(아마도 창/앱)를 찾으려고 시도합니다.

(다음에서 상속됨 BindableObject)
Orientation
SnapPointsAlignment
SnapPointsType

메서드

ApplyBindings()

모든 현재 바인딩을 에 BindingContext적용합니다.

(다음에서 상속됨 BindableObject)
ClearValue(BindableProperty)

이전에 바인딩 가능한 속성에 대해 설정된 값을 지웁니다.

(다음에서 상속됨 BindableObject)
ClearValue(BindablePropertyKey)

키로 식별된 바인딩 가능한 속성에 대해 이전에 설정된 값을 지웁니다.

(다음에서 상속됨 BindableObject)
CoerceValue(BindableProperty)

지정된 바인딩 가능한 속성의 값을 강제 변환합니다. 이 작업은 지정된 바인딩 가능한 속성을 호출하여 BindableProperty.CoerceValueDelegate 수행됩니다.

(다음에서 상속됨 BindableObject)
CoerceValue(BindablePropertyKey)

지정된 바인딩 가능한 속성의 값을 강제 변환합니다. 이 작업은 지정된 바인딩 가능한 속성을 호출하여 BindableProperty.CoerceValueDelegate 수행됩니다.

(다음에서 상속됨 BindableObject)
GetValue(BindableProperty)

지정된 바인딩 가능한 속성에 포함된 값을 반환합니다.

(다음에서 상속됨 BindableObject)
IsSet(BindableProperty)

바인딩 가능한 속성이 있고 값 집합이 있는지 여부를 결정합니다.

(다음에서 상속됨 BindableObject)
OnBindingContextChanged()

BindingContextChanged 이벤트를 발생시킵니다.

(다음에서 상속됨 BindableObject)
OnPropertyChanged(String)

PropertyChanged 이벤트를 발생시킵니다.

(다음에서 상속됨 BindableObject)
OnPropertyChanging(String)

PropertyChanging 이벤트를 발생시킵니다.

(다음에서 상속됨 BindableObject)
RemoveBinding(BindableProperty)

바인딩 가능한 속성에서 이전에 설정된 바인딩을 제거합니다.

(다음에서 상속됨 BindableObject)
SetBinding(BindableProperty, BindingBase)

바인딩 가능한 속성에 바인딩을 할당합니다.

(다음에서 상속됨 BindableObject)
SetValue(BindableProperty, Object)

지정된 바인딩 가능한 속성의 값을 설정합니다.

(다음에서 상속됨 BindableObject)
SetValue(BindablePropertyKey, Object)

지정된 바인딩 가능한 속성의 값을 설정합니다.

(다음에서 상속됨 BindableObject)
SetValueCore(BindableProperty, Object, SetValueFlags)

Microsoft.Maui.Controls 플랫폼의 내부 사용.

(다음에서 상속됨 BindableObject)
UnapplyBindings()

현재 컨텍스트에서 모든 현재 바인딩을 제거합니다.

(다음에서 상속됨 BindableObject)

이벤트

BindingContextChanged

BindingContext 속성 값이 변경되면 발생합니다.

(다음에서 상속됨 BindableObject)
PropertyChanged

속성 값이 변경될 때 발생합니다.

(다음에서 상속됨 BindableObject)
PropertyChanging

속성 값이 변경될 때 발생합니다.

(다음에서 상속됨 BindableObject)

명시적 인터페이스 구현

IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) (다음에서 상속됨 BindableObject)

확장 메서드

GetPropertyIfSet<T>(BindableObject, BindableProperty, T)
SetAppTheme<T>(BindableObject, BindableProperty, T, T)
SetAppThemeColor(BindableObject, BindableProperty, Color, Color)
SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String)

속성에 바인딩을 만들고 적용합니다.

적용 대상