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

Declaration

public PredefinedFontSizeCollection GetPredefinedFontSizeCollection()

Returns

Type Description
DevExpress.Office.Model.PredefinedFontSizeCollection

A DevExpress.Office.Model.PredefinedFontSizeCollection object.

See Also