Search Results for

    Show / Hide Table of Contents

    Class SunburstGetLayoutBuilderEventArgs

    EventArgs for GetLayoutBuilder event

    Inheritance
    System.Object
    System.EventArgs
    SunburstGetLayoutBuilderEventArgs
    Namespace: FastReport.BG.Sunburst
    Assembly: FastReport.BG.dll
    Syntax
    public class SunburstGetLayoutBuilderEventArgs : EventArgs

    Constructors

    SunburstGetLayoutBuilderEventArgs(SunburstGeometry, SunburstNode)

    Constructs a new SunburstGetLayoutBuilderEventArgs instance

    Declaration
    public SunburstGetLayoutBuilderEventArgs(SunburstGeometry geometry, SunburstNode node)
    Parameters
    Type Name Description
    SunburstGeometry geometry

    Geometry which describes the Sunburst and the sector which requires layouting

    SunburstNode node

    SunburstNode which requires layouting

    Properties

    Geometry

    Geometry which describes the Sunburst and the sector which requires layouting

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

    LayoutBuilder

    Get/Set SunburstLayoutBuilderBase instance used for layouting

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

    Node

    SunburstNode which requires layouting

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

    See Also

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