TextPatternIdentifiers.FontNameAttribute 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识文本范围的 FontName
特性。
public: static initonly System::Windows::Automation::AutomationTextAttribute ^ FontNameAttribute;
public static readonly System.Windows.Automation.AutomationTextAttribute FontNameAttribute;
staticval mutable FontNameAttribute : System.Windows.Automation.AutomationTextAttribute
Public Shared ReadOnly FontNameAttribute As AutomationTextAttribute
字段值
注解
示例包括“Arial Black”和“Arial Narrow”。
值未本地化。
此标识符由UI 自动化提供程序使用。 UI 自动化客户端应用程序应使用 中的TextPattern等效字段。
此属性的值的类型为 String。
默认值为 empty string
。