Skip to main content

ExportSettings.SetBorderDashStyle(DependencyObject, BorderDashStyle) Method

Sets the value of the ExportSettings.BorderDashStyle 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 SetBorderDashStyle(
    DependencyObject obj,
    BorderDashStyle value
)

Parameters

Name Type Description
obj DependencyObject

A DependencyObject whose ExportSettings.BorderDashStyle property is to be set.

value BorderDashStyle

The value to be assigned to the ExportSettings.BorderDashStyle property.

See Also