Share via


Typography.GetDiscretionaryLigatures(DependencyObject) Método

Definición

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

public:
 static bool GetDiscretionaryLigatures(DependencyObject ^ element);
 static bool GetDiscretionaryLigatures(DependencyObject const& element);
public static bool GetDiscretionaryLigatures(DependencyObject element);
function getDiscretionaryLigatures(element)
Public Shared Function GetDiscretionaryLigatures (element As DependencyObject) As Boolean

Parámetros

element
DependencyObject

Objeto de dependencia para el que se va a recuperar el valor de la propiedad DiscretionaryLigatures .

Devoluciones

Boolean

bool

Valor actual de la propiedad adjunta DiscretionaryLigatures en el objeto de dependencia especificado.

Se aplica a

Consulte también