Class IcicleStyles
Collection of Icicle styles
Inherited Members
Namespace: FastReport.BG.Icicle
Assembly: FastReport.BG.dll
Syntax
public class IcicleStyles : ArrayStyles
Properties
FirstIndex
Gets first index of record
Declaration
[Browsable(false)]
public override int FirstIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
LastIndex
Gets last index of record
Declaration
[Browsable(false)]
public override int LastIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Record
Style of regular icicle element
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Record { get; }
Property Value
Type | Description |
---|---|
Style |
RecordHover
Icicle element under the mouse
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style RecordHover { get; }
Property Value
Type | Description |
---|---|
Style |
RecordSelected
Selected icicle element
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style RecordSelected { get; }
Property Value
Type | Description |
---|---|
Style |
Methods
GetStyleName(Int32)
Return style name by index
Declaration
public override string GetStyleName(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index | Index of style |
Returns
Type | Description |
---|---|
System.String | Style name by index |
Overrides
NewStyle(Int32)
Returns New Style.
Declaration
protected override Style NewStyle(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
Style |