Typography.GetContextualSwashes(DependencyObject) 方法

定义

返回指定依赖对象的附加属性的值 ContextualSwashes

public:
 static int GetContextualSwashes(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static int GetContextualSwashes(System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetContextualSwashes : System.Windows.DependencyObject -> int
Public Shared Function GetContextualSwashes (element As DependencyObject) As Integer

参数

element
DependencyObject

要为其检索属性值的 ContextualSwashes 依赖项对象。

返回

指定依赖对象的附加属性的 ContextualSwashes 当前值。

属性

适用于

另请参阅