[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.CellStyle.CreateTextLayout

CreateTextLayout Property

CreateTextLayout

Gets or sets a delegate creating a TextLayout from the specified CellStyle and a data object.

Declaration
public Func<GcGraphics, CellStyle, object, TextLayout> CreateTextLayout { get; set; }
Public Property CreateTextLayout As Func(Of GcGraphics, CellStyle, Object, TextLayout)