CommandBarFlyoutCommandBarTemplateSettings 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CommandBarFlyout 컨트롤에 대한 템플릿을 정의할 때 TemplatedParent 원본으로 참조할 수 있는 계산 값을 제공합니다. 일반적인 용도로는 사용되지 않습니다.
public ref class CommandBarFlyoutCommandBarTemplateSettings sealed : DependencyObject
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=7)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class CommandBarFlyoutCommandBarTemplateSettings final : DependencyObject
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
class CommandBarFlyoutCommandBarTemplateSettings final : DependencyObject
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=7)]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class CommandBarFlyoutCommandBarTemplateSettings : DependencyObject
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public sealed class CommandBarFlyoutCommandBarTemplateSettings : DependencyObject
Public NotInheritable Class CommandBarFlyoutCommandBarTemplateSettings
Inherits DependencyObject
- 상속
- 특성
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute
속성
CloseAnimationEndPosition |
닫기 애니메이션의 끝 위치를 가져옵니다. |
ContentClipRect |
콘텐츠를 클립하는 데 사용되는 사각형을 가져옵니다. |
CurrentWidth |
컨트롤의 현재 너비를 가져옵니다. |
Dispatcher |
항상 Windows 앱 SDK 앱에서 를 반환 |
DispatcherQueue |
|
ExpandDownAnimationEndPosition |
확장 아래쪽 애니메이션의 끝 위치를 가져옵니다. |
ExpandDownAnimationHoldPosition |
확장 아래쪽 애니메이션의 보류 위치를 가져옵니다. |
ExpandDownAnimationStartPosition |
확장 아래쪽 애니메이션의 시작 위치를 가져옵니다. |
ExpandDownOverflowVerticalPosition |
아래로 확장할 때 오버플로의 세로 위치를 가져옵니다. |
ExpandedWidth |
확장할 때 컨트롤의 너비를 가져옵니다. |
ExpandUpAnimationEndPosition |
확장 애니메이션의 끝 위치를 가져옵니다. |
ExpandUpAnimationHoldPosition |
확장 애니메이션의 보류 위치를 가져옵니다. |
ExpandUpAnimationStartPosition |
확장 애니메이션의 시작 위치를 가져옵니다. |
ExpandUpOverflowVerticalPosition |
확장될 때 오버플로의 세로 위치를 가져옵니다. |
OpenAnimationEndPosition |
열린 애니메이션의 끝 위치를 가져옵니다. |
OpenAnimationStartPosition |
열린 애니메이션의 시작 위치를 가져옵니다. |
OverflowContentClipRect |
오버플로 콘텐츠를 클리핑하는 데 사용되는 사각형을 가져옵니다. |
WidthExpansionAnimationEndPosition |
너비 확장 애니메이션의 끝 위치를 가져옵니다. |
WidthExpansionAnimationStartPosition |
너비 확장 애니메이션의 시작 위치를 가져옵니다. |
WidthExpansionDelta |
너비 확장에 대한 변경 크기를 가져옵니다. |
WidthExpansionMoreButtonAnimationEndPosition |
"자세히" 단추 너비 확장 애니메이션의 끝 위치를 가져옵니다. |
WidthExpansionMoreButtonAnimationStartPosition |
"자세히" 단추 너비 확장 애니메이션의 시작 위치를 가져옵니다. |
메서드
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) |