Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public PredefinedFontSizeCollection GetPredefinedFontSizeCollection()

Returns

Type Description
DevExpress.Office.Model.PredefinedFontSizeCollection

A DevExpress.Office.Model.PredefinedFontSizeCollection object.

See Also