Skip to main content

ReadOnlyTextPropertiesBase.Scale Property

Gets the font’s scaling percentage.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

int Scale { get; }

Property Value

Type Description
Int32

The scaling percentage (from 1 to 600).

See Also