Typography.GetContextualAlternates(DependencyObject) Метод

Определение

Возвращает значение присоединенного свойства ContextualAlternates для указанного объекта зависимости.

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

Параметры

element
DependencyObject

Объект зависимости, для которого требуется получить значение свойства ContextualAlternates.

Возвращаемое значение

Boolean

Текущее значение присоединенного свойства ContextualAlternates в заданном объекте зависимости.

Атрибуты

Применяется к

См. также раздел