ScrollButtonOptionsIcon Property |
LightningChart .NET Help
Arrow icons inside button.
The definition applies to Right button. Left button icon is drawn rotated by 180 degrees.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointShapeStyle Icon { get; set; }Public Property Icon As PointShapeStyle
Get
Set
public:
property PointShapeStyle^ Icon {
PointShapeStyle^ get ();
void set (PointShapeStyle^ value);
}Property Value
Type:
PointShapeStyle
See Also