Skip to main content
A newer version of this page is available. .

TextExportSettings.SetFontStyle(DependencyObject, FontStyle) Method

Sets the value of the TextExportSettings.FontStyle attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public static void SetFontStyle(
    DependencyObject obj,
    FontStyle value
)

Parameters

Name Type Description
obj DependencyObject

The object to which the attached property is written.

value FontStyle

The required FontStyle value.

See Also