Search Results for

    Show / Hide Table of Contents

    Class IcicleGetLayoutBuilderEventArgs

    EventArgs for GetLayoutBuilder event

    Inheritance
    System.Object
    System.EventArgs
    IcicleGetLayoutBuilderEventArgs
    Namespace: FastReport.BG.Icicle
    Assembly: FastReport.BG.dll
    Syntax
    public class IcicleGetLayoutBuilderEventArgs : EventArgs

    Constructors

    IcicleGetLayoutBuilderEventArgs(IcicleGeometry, IcicleNode)

    Constructs a new IcicleGetLayoutBuilderEventArgs instance

    Declaration
    public IcicleGetLayoutBuilderEventArgs(IcicleGeometry geometry, IcicleNode node)
    Parameters
    Type Name Description
    IcicleGeometry geometry

    Geometry which describes the Icicle and the sector which requires layouting

    IcicleNode node

    IcicleNode which requires layouting

    Properties

    Geometry

    Geometry which describes the Icicle and the sector which requires layouting

    Declaration
    public IcicleGeometry Geometry { get; }
    Property Value
    Type Description
    IcicleGeometry

    LayoutBuilder

    Get/Set IcicleLayoutBuilderBase instance used for layouting

    Declaration
    public IcicleLayoutBuilderBase LayoutBuilder { get; set; }
    Property Value
    Type Description
    IcicleLayoutBuilderBase

    Node

    IcicleNode which requires layouting

    Declaration
    public IcicleNode Node { get; }
    Property Value
    Type Description
    IcicleNode

    See Also

    GetLayoutBuilder
    Back to top © 2021-2022 Copyright Fast Reports Inc.