Share via


RatingItemImageInfo 클래스

정의

등급을 나타내는 이미지 요소의 시각적 상태에 대한 정보를 나타냅니다.

/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=5)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class RatingItemImageInfo : RatingItemInfo
/// [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 RatingItemImageInfo : RatingItemInfo
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=5)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public class RatingItemImageInfo : RatingItemInfo
[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 class RatingItemImageInfo : RatingItemInfo
Public Class RatingItemImageInfo
Inherits RatingItemInfo
<RatingItemImageInfo/>
상속
Object IInspectable DependencyObject RatingItemInfo RatingItemImageInfo
특성
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

생성자

RatingItemImageInfo()

RatingItemImageInfo 클래스의 새 instance 초기화합니다.

속성

DisabledImage

사용하지 않도록 설정된 등급 요소를 나타내는 이미지를 가져오거나 설정합니다.

DisabledImageProperty

DisabledImage 종속성 속성을 식별합니다.

Dispatcher

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

(다음에서 상속됨 DependencyObject)
DispatcherQueue

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

(다음에서 상속됨 DependencyObject)
Image

사용자가 설정한 등급 요소를 나타내는 이미지를 가져오거나 설정합니다.

ImageProperty

Image 종속성 속성을 식별합니다.

PlaceholderImage

자리 표시자 값을 표시하는 등급 요소를 나타내는 이미지를 가져오거나 설정합니다.

PlaceholderImageProperty

자리 표시자Image 종속성 속성을 식별합니다.

PointerOverImage

포인터가 있는 등급 요소를 나타내는 이미지를 가져오거나 설정합니다.

PointerOverImageProperty

PointerOverImage 종속성 속성을 식별합니다.

PointerOverPlaceholderImage

포인터가 있는 자리 표시자 값을 보여 주는 등급 요소를 나타내는 이미지를 가져오거나 설정합니다.

PointerOverPlaceholderImageProperty

PointerOverPlaceholderImage 종속성 속성을 식별합니다.

UnsetImage

설정되지 않은 등급 요소를 나타내는 이미지를 가져오거나 설정합니다.

UnsetImageProperty

UnsetImage 종속성 속성을 식별합니다.

메서드

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)

적용 대상

추가 정보