BandResizeBorderWidth Property |
LightningChart .NET Help
Gets or sets band resize border width. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(6)]
public int ResizeBorderWidth { get; set; }<DefaultValueAttribute(6)>
Public Property ResizeBorderWidth As Integer
Get
Set
public:
[DefaultValueAttribute(6)]
property int ResizeBorderWidth {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also