Class BubbleStyles
Collection of Bubble styles
Inheritance
System.Object
BubbleStyles
Assembly: FastReport.BG.dll
Syntax
public class BubbleStyles : ArrayStyles
Properties
FirstIndex
Declaration
[Browsable(false)]
public override int FirstIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
LastIndex
Declaration
[Browsable(false)]
public override int LastIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Record
Style of regular Bubble element
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Record { get; }
Property Value
RecordHover
Bubble element under the mouse
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style RecordHover { get; }
Property Value
RecordSelected
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style RecordSelected { get; }
Property Value
Methods
GetStyleName(Int32)
Declaration
public override string GetStyleName(int Index)
Parameters
Type |
Name |
Description |
System.Int32 |
Index |
|
Returns
Type |
Description |
System.String |
|
Overrides
NewStyle(Int32)
Declaration
protected override Style NewStyle(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Overrides