ScrollThumbOptionsStyle Property |
LightningChart .NET Help
Gets or sets button style. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(ScrollButtonStyle.Rectangle)]
public ScrollButtonStyle Style { get; set; }<DefaultValueAttribute(ScrollButtonStyle.Rectangle)>
Public Property Style As ScrollButtonStyle
Get
Set
public:
[DefaultValueAttribute(ScrollButtonStyle::Rectangle)]
property ScrollButtonStyle Style {
ScrollButtonStyle get ();
void set (ScrollButtonStyle value);
}Property Value
Type:
ScrollButtonStyle
See Also