Typography.SetContextualAlternates(DependencyObject, Boolean) Yöntem

Tanım

Belirtilen bağımlılık nesnesi için ekli özelliğin ContextualAlternates değerini ayarlar.

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

Parametreler

element
DependencyObject

Özelliğinin değerinin ContextualAlternates ayarlanacağı bağımlılık nesnesi.

value
Boolean

Özelliğin ayarlanacağı yeni değer.

Özel durumlar

olduğunda element yükseltilir null.

Şunlara uygulanır

Ayrıca bkz.