How can we improve?
public int BarWidth {get;}
public: __property int get_BarWidth();
public: property int BarWidth { int get(); }
'Declaration Public ReadOnly Property BarWidth As Integer
'Declaration
Public ReadOnly Property BarWidth As Integer
'Usage Dim instance As WriterBase Dim value As Integer value = instance.BarWidth
'Usage
Dim instance As WriterBase Dim value As Integer value = instance.BarWidth
The value is the number of pixels which make up the width of the bar.
The default value is 0.
WriterBase Class WriterBase Members