How to give the space between text and Icon in the GroupBarItem?

3 Sep 20201 minute to read

The Padding property of GroupBarItem provides spacing between Icons and text in the GroupBarItems.

this.groupBarItem1.Padding = 10;
Me.groupBarItem1.Padding = 10