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 属性值的依赖对象。

返回

Int32

ContextualSwashes 附加属性的当前值(位于指定的依赖对象上)。

属性

适用于

另请参阅