RatingItemImageInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示代表評等之影像元素視覺狀態的相關信息。
/// [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/>
- 繼承
- 屬性
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute
建構函式
RatingItemImageInfo() |
初始化 RatingItemImageInfo 類別的新實例。 |
屬性
DisabledImage |
取得或設定影像,表示已停用的評等專案。 |
DisabledImageProperty |
識別 DisabledImage 相依性屬性。 |
Dispatcher |
一律會在 |
DispatcherQueue |
|
Image |
取得或設定影像,表示用戶已設定的評等專案。 |
ImageProperty |
識別 Image 相依性屬性。 |
PlaceholderImage |
取得或設定影像,表示顯示佔位元值的評等專案。 |
PlaceholderImageProperty |
識別 PlaceholderImage 相依性屬性。 |
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 實例上特定 DependencyProperty 的變更。 (繼承來源 DependencyObject) |
SetValue(DependencyProperty, Object) |
在 DependencyObject 上設定相依性屬性的本機值。 (繼承來源 DependencyObject) |
UnregisterPropertyChangedCallback(DependencyProperty, Int64) |
取消先前透過呼叫 RegisterPropertyChangedCallback 註冊的變更通知。 (繼承來源 DependencyObject) |