ExportSettings.GetBorderDashStyle(DependencyObject) Method
In This Article
Gets the value of the ExportSettings.BorderDashStyle attached property for a specified DependencyObject.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static BorderDashStyle GetBorderDashStyle(
DependencyObject obj
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
A Dependency |
#Returns
Type | Description |
---|---|
Border |
The value of the Export |
See Also