Typography.SetVariants(DependencyObject, FontVariants) 方法

定义

设置指定依赖对象的 Variants 附加属性的值。

public:
 static void SetVariants(System::Windows::DependencyObject ^ element, System::Windows::FontVariants value);
public static void SetVariants (System.Windows.DependencyObject element, System.Windows.FontVariants value);
static member SetVariants : System.Windows.DependencyObject * System.Windows.FontVariants -> unit
Public Shared Sub SetVariants (element As DependencyObject, value As FontVariants)

参数

element
DependencyObject

要为其设置 Variants 属性值的依赖对象。

value
FontVariants

要将此属性设为的新值。

例外

elementnull 时引发。

适用于

另请参阅