Skip to main content

ExportSettings.SetBorderThickness(DependencyObject, Thickness) Method

Sets the value of the ExportSettings.BorderThickness attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetBorderThickness(
    DependencyObject obj,
    Thickness value
)

Parameters

Name Type Description
obj DependencyObject

The object to which the attached property is written.

value Thickness

The required Thickness value.

See Also