Skip to main content

BrickStringFormat.Trimming Property

Gets text trimming mode.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v22.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public StringTrimming Trimming { get; }

Property Value

Type Description
StringTrimming

A StringTrimming enumeration value that specifies text trimming mode.

Remarks

The Trimming property specifies how characters in a string that does not completely fit into a layout shape are trimmed. See the StringTrimming topic for a list of available options.

See Also