BarFilterItem.BarSize Property
Gets or sets the size of the bar.
public long BarSize {get; set;}
This language is not supported or no code example is available.
public:
property long BarSize {
long get( );
void set(
long value
);
}
This language is not supported or no code example is available.
public function get BarSize() : long;
public function set BarSize(value : long);
This language is not supported or no code example is available.
Property Value
long
The size of the bar.
In this article
Definition