Gets or sets the size of the scroll bar.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(15)] [XmlAttributeAttribute] public int Size { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(15)> _ <XmlAttributeAttribute> _ Public Property Size As Integer Get Set |