[]
ITagHelper implementation for the style setting.
[HtmlTargetElement("c1-flex-chart-line-style")]
public class LineStyleTagHelper : SettingTagHelper<SVGStyle>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
LineStyleTagHelper() |
Name | Description |
---|---|
Stroke | A value that indicates the stroke color. |
StrokeWidth | A value that indicates the stroke width. |
Name | Description |
---|---|
ProcessAttributes(TagHelperContext, object) | Overrides to create the instance without considering c1-property, because c1-property is used as a key in the dictionary instead of a sub-property name. Processes all attributes of current taghelper. |
ProcessChildContent(object, TagHelperContent) | Processes the child content. |