Show / Hide Table of Contents

Property toolbar.Metrics


Overload

Sets some metrics of this toolbar, for example button padding.

public TBMetrics Metrics { get; set; }
Property Value
TBMetrics

Remarks

Cannot be changed after showing toolbar window.

Examples

t.Metrics = new(4, 2);

See Also

toolbar.defaultMetrics