Property toolbar.Metrics
Overload
Sets some metrics of this toolbar, for example button padding.
public TBMetrics Metrics { get; set; }
Property Value
Remarks
Cannot be changed after showing toolbar window.
Examples
t.Metrics = new(4, 2);
Sets some metrics of this toolbar, for example button padding.
public TBMetrics Metrics { get; set; }
Cannot be changed after showing toolbar window.
t.Metrics = new(4, 2);