Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellStyle Class / CreateTextLayout Property

In This Topic
    CreateTextLayout Property
    In This Topic
    Gets or sets a delegate creating a GrapeCity.Documents.Text.TextLayout from the specified CellStyle and a data object.
    Syntax
    'Declaration
     
    Public Property CreateTextLayout As System.Func(Of GcGraphics,CellStyle,Object,TextLayout)
    public System.Func<GcGraphics,CellStyle,object,TextLayout> CreateTextLayout {get; set;}
    See Also