Search Results for

    Show / Hide Table of Contents

    Class BubbleStyles

    Collection of Bubble styles

    Inheritance
    System.Object
    StylesCollectionBase
    ArrayStyles
    BubbleStyles
    Inherited Members
    ArrayStyles.prepareStyles()
    ArrayStyles.InternalSetStyle(Int32, Style)
    ArrayStyles.Item[Int32]
    StylesCollectionBase.StyleChanged(Object, EventArgs)
    StylesCollectionBase.SetDefaultValues()
    StylesCollectionBase.Assign(StylesCollectionBase)
    StylesCollectionBase.DoChange()
    StylesCollectionBase.Changed
    Namespace: FastReport.BG.Bubble
    Assembly: FastReport.BG.dll
    Syntax
    public class BubbleStyles : ArrayStyles

    Properties

    FirstIndex

    First Index.

    Declaration
    [Browsable(false)]
    public override int FirstIndex { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    StylesCollectionBase.FirstIndex

    LastIndex

    Last Index.

    Declaration
    [Browsable(false)]
    public override int LastIndex { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    StylesCollectionBase.LastIndex

    Record

    Style of regular Bubble element

    Declaration
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public Style Record { get; }
    Property Value
    Type Description
    Style

    RecordHover

    Bubble element under the mouse

    Declaration
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public Style RecordHover { get; }
    Property Value
    Type Description
    Style

    RecordSelected

    Selected Bubble element

    Declaration
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public Style RecordSelected { get; }
    Property Value
    Type Description
    Style

    Methods

    GetStyleName(Int32)

    Gets style by name.

    Declaration
    public override string GetStyleName(int Index)
    Parameters
    Type Name Description
    System.Int32 Index
    Returns
    Type Description
    System.String
    Overrides
    StylesCollectionBase.GetStyleName(Int32)

    NewStyle(Int32)

    Returns new style.

    Declaration
    protected override Style NewStyle(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    Style
    Overrides
    StylesCollectionBase.NewStyle(Int32)
    Back to top © 2021-2022 Copyright Fast Reports Inc.