Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ShapeTextFont Interface

Contains shape text font attributes.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public interface ShapeTextFont

The following members return ShapeTextFont objects:

#Remarks

Use the ShapeTextRange.Font or ShapeTextFormat.Font property to retrieve the ShapeTextFont object.

Use the ShapeTextFont properties to change ShapeTextRange object’s color, capitalization, size, etc.

When you insert a new text range in a shape, its ShapeTextFont properties have the same values as the existing ShapeTextFont object’s font options.

See Also