Skybound Rebar

RebarButton.ChildPadding Property

Gets the child control padding widths for all edges of the button.

[Visual Basic]
Public ReadOnly Property ChildPadding As ChildEdgePadding
[C#]
public RebarButton.ChildEdgePadding ChildPadding {get;}

Property Value

A RebarButton.ChildEdgePadding object that represents the padding for all the edges of a docked control.

Remarks

When a child control is assigned to the button, the control's bounds are immediately set to the bounds of the button. Use this property to create space between the child control and the bounds of the button.

See Also

RebarButton Class | Skybound.Rebar Namespace