RatingItemFontInfo 类

定义

表示有关表示评分的字体元素的视觉状态的信息。

/// [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 RatingItemFontInfo : 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 RatingItemFontInfo : 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 RatingItemFontInfo : 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 RatingItemFontInfo : RatingItemInfo
Public Class RatingItemFontInfo
Inherits RatingItemInfo
<RatingItemFontInfo/>
继承
Object IInspectable DependencyObject RatingItemInfo RatingItemFontInfo
属性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

构造函数

RatingItemFontInfo()

初始化 RatingItemFontInfo 类的新实例。

属性

DisabledGlyph

获取或设置一个 Segoe MDL2 Assets 字体字形,该字形表示禁用的评级元素。

DisabledGlyphProperty

标识 DisabledGlyph 依赖属性。

Dispatcher

始终在Windows 应用 SDK应用中返回 null 。 请改用 DispatcherQueue

(继承自 DependencyObject)
DispatcherQueue

获取 DispatcherQueue 与此 对象关联的 。 DispatcherQueue表示可以访问 DependencyObject UI 线程上的 的功能,即使代码是由非 UI 线程启动的。

(继承自 DependencyObject)
Glyph

获取或设置一个 Segoe MDL2 Assets 字体字形,该字形表示用户已设置的评级元素。

GlyphProperty

标识字形依赖属性。

PlaceholderGlyph

获取或设置一个 Segoe MDL2 Assets 字体字形,该字形表示显示占位符值的评级元素。

PlaceholderGlyphProperty

标识 PlaceholderGlyph 依赖属性。

PointerOverGlyph

获取或设置一个 Segoe MDL2 Assets 字体字形,该字形表示具有指针的评级元素。

PointerOverGlyphProperty

标识 PointerOverGlyph 依赖属性。

PointerOverPlaceholderGlyph

获取或设置一个 Segoe MDL2 Assets 字体字形,该字形表示显示占位符值的评级元素,其上带有指针。

PointerOverPlaceholderGlyphProperty

标识 PointerOverPlaceholderGlyph 依赖属性。

UnsetGlyph

获取或设置一个 Segoe MDL2 Assets 字体字形,该字形表示尚未设置的评级元素。

UnsetGlyphProperty

标识 UnsetGlyph 依赖属性。

方法

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)

适用于

另请参阅