Gets the bar width in pixels of a bar that was created.
public int BarWidth {get;}
public: __property int get_BarWidth();
public:
property int BarWidth {
int get();
}
'Declaration
Public ReadOnly Property BarWidth As Integer
'Usage
Dim instance As WriterBase
Dim value As Integer
value = instance.BarWidth
Property Value
An integer value which represents the width of the bar.