Typography.SetStandardSwashes(DependencyObject, Int32) Metodo

Definizione

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

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

Parametri

element
DependencyObject

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

value
Int32

Nuovo valore su cui impostare la proprietà.

Eccezioni

Generato quando element è null.

Si applica a

Vedi anche