Skip to main content

RichEditControl.GetPredefinedFontSizeCollection() Method

Returns the collection of predefined font size values that are listed in the corresponding drop-down editor.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public PredefinedFontSizeCollection GetPredefinedFontSizeCollection()

Returns

Type Description
DevExpress.Office.Model.PredefinedFontSizeCollection

A DevExpress.Office.Model.PredefinedFontSizeCollection object.

See Also