Skip to main content

ReportDesignerViewModel.BorderWidthValues Property

Specifies the available border width values for report controls.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public int[] BorderWidthValues { get; }

#Property Value

Type Description
Int32[]

An array of integer values.

See Also