Skip to main content

ReportDesignerViewModel.FontSizes Property

Specifies the available font size values for report controls.

Namespace: DevExpress.Xpf.ReportDesigner

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

#Declaration

public virtual IEnumerable<int> FontSizes { get; }

#Property Value

Type Description
IEnumerable<Int32>

A collection of Int32 structures, specifying the font size values.

See Also