Typography.SetDiscretionaryLigatures(DependencyObject, Boolean) Método

Definición

Establece el valor de la propiedad adjunta DiscretionaryLigatures de un objeto de dependencia especificado.

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

Parámetros

element
DependencyObject

Objeto de dependencia para el que se establece el valor de la propiedad DiscretionaryLigatures.

value
Boolean

Nuevo valor en el que se va a establecer la propiedad.

Excepciones

Se genera cuando element es null.

Se aplica a

Consulte también