AppBarTemplateSettings 클래스

정의

AppBar 컨트롤에 대한 템플릿을 정의할 때 TemplatedParent 원본으로 참조할 수 있는 계산 값을 제공합니다. 일반적인 용도로는 사용되지 않습니다.

public ref class AppBarTemplateSettings sealed : DependencyObject
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppBarTemplateSettings final : DependencyObject
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppBarTemplateSettings : DependencyObject
Public NotInheritable Class AppBarTemplateSettings
Inherits DependencyObject
상속
Object Platform::Object IInspectable DependencyObject AppBarTemplateSettings
특성

속성

ClipRect

AppBar의 잘린 영역을 설명하는 Rect를 가져옵니다.

CompactRootMargin

압축 상태에서 AppBar 루트의 여백을 가져옵니다.

CompactVerticalDelta

압축 상태에서 AppBar의 세로 델타를 가져옵니다.

Dispatcher

항상 Windows 앱 SDK 앱에서 를 반환 null 합니다. 대신 DispatcherQueue 를 사용합니다.

(다음에서 상속됨 DependencyObject)
DispatcherQueue

DispatcherQueue 이 개체가 연결된 을 가져옵니다. 는 DispatcherQueue 코드가 비 UI 스레드에 의해 시작되더라도 UI 스레드에서 에 액세스할 DependencyObject 수 있는 기능을 나타냅니다.

(다음에서 상속됨 DependencyObject)
HiddenRootMargin

숨겨진 상태의 AppBar 루트 여백을 가져옵니다.

HiddenVerticalDelta

숨겨진 상태에서 AppBar 의 세로 델타를 가져옵니다.

MinimalRootMargin

최소 상태의 AppBar 루트 여백을 가져옵니다.

MinimalVerticalDelta

AppBar의 세로 델타를 최소 상태로 가져옵니다.

NegativeCompactVerticalDelta

압축 상태에서 AppBar의 음수 세로 델타를 가져옵니다.

NegativeHiddenVerticalDelta

숨겨진 상태에서 AppBar 의 음수 세로 델타를 가져옵니다.

NegativeMinimalVerticalDelta

AppBar의 음수 세로 델타를 최소 상태로 가져옵니다.

메서드

ClearValue(DependencyProperty)

종속성 속성의 로컬 값을 지웁니다.

(다음에서 상속됨 DependencyObject)
GetAnimationBaseValue(DependencyProperty)

애니메이션이 활성화되지 않은 경우에 적용되는 종속성 속성에 대해 설정된 기본 값을 반환합니다.

(다음에서 상속됨 DependencyObject)
GetValue(DependencyProperty)

DependencyObject에서 종속성 속성의 현재 유효 값을 반환합니다.

(다음에서 상속됨 DependencyObject)
ReadLocalValue(DependencyProperty)

로컬 값이 설정된 경우 종속성 속성의 로컬 값을 반환합니다.

(다음에서 상속됨 DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)

DependencyObject instance 특정 DependencyProperty에 대한 변경 내용을 수신 대기하기 위한 알림 함수를 등록합니다.

(다음에서 상속됨 DependencyObject)
SetValue(DependencyProperty, Object)

DependencyObject에 대한 종속성 속성의 로컬 값을 설정합니다.

(다음에서 상속됨 DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64)

RegisterPropertyChangedCallback을 호출하여 이전에 등록된 변경 알림을 취소합니다.

(다음에서 상속됨 DependencyObject)

적용 대상

추가 정보