Back to Devexpress

ShapeTextFont Interface

officefileapi-devexpress-dot-spreadsheet-dot-drawings-70f19437.md

latest1.9 KB
Original Source

ShapeTextFont Interface

Contains shape text font attributes.

Namespace : DevExpress.Spreadsheet.Drawings

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface ShapeTextFont
vb
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

ShapeTextFont Members

DevExpress.Spreadsheet.Drawings Namespace