Class IgbAssigningSeriesShapeStyleEventArgsBase
Represents event arguments class for the AssigningCategoryStyleEvent
Inheritance
System.Object
IgbAssigningSeriesShapeStyleEventArgsBase
Implements
Inherited Members
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbAssigningSeriesShapeStyleEventArgsBase : IgbAssigningSeriesStyleEventArgsBase, JsonSerializable
Constructors
IgbAssigningSeriesShapeStyleEventArgsBase()
Declaration
public IgbAssigningSeriesShapeStyleEventArgsBase()
Properties
RadiusX
Gets or sets corner radius X to use for the current item, if applicable.
Declaration
public double RadiusX { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
RadiusY
Gets or sets corner radius Y to use for the current item, if applicable.
Declaration
public double RadiusY { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
StrokeDashArray
Gets or sets stroke dash array to use for the current item.
Declaration
public double[] StrokeDashArray { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double[] |
StrokeThickness
Gets or sets stroke thickness to use for the current item.
Declaration
public double StrokeThickness { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Type
Declaration
public override string Type { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Returns
| Type | Description |
|---|---|
| System.Object |