Typography.SetContextualSwashes(DependencyObject, Int32) Metodo

Definizione

Imposta il valore della proprietà associata ContextualSwashes per un oggetto dipendenza specificato.

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

Parametri

element
DependencyObject

Oggetto dipendenza per cui impostare il valore della proprietà ContextualSwashes.

value
Int32

Nuovo valore su cui impostare la proprietà.

Eccezioni

Generato quando element è null.

Si applica a

Vedi anche