Typography.SetKerning(DependencyObject, Boolean) Metoda

Definicja

Ustawia wartość dołączonej Kerning właściwości dla określonego obiektu zależności.

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

Parametry

element
DependencyObject

Obiekt zależności, dla którego należy ustawić wartość Kerning właściwości.

value
Boolean

Nowa wartość, na która ma być ustawiona właściwość .

Wyjątki

Podniesione, gdy element ma wartość null.

Dotyczy

Zobacz też