Skybound Rebar

RebarButton.ChildEdgePadding Class

Determines the border padding for child controls of a RebarBand.

For a list of all members of this type, see RebarButton.ChildEdgePadding Members.

System.Object
   Skybound.Rebar.RebarButton.ChildEdgePadding

[Visual Basic]
Public Class RebarButton.ChildEdgePadding
[C#]
public class RebarButton.ChildEdgePadding

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The RebarButton.ChildEdgePadding class creates a margin on a given edge or all edges of a child control. You can set the width of this margin for each individual edge by setting the following properties: Bottom, Top, Left, Right. Alternatively, you can set all the edges to the same width simultaneously by setting the All property.

When a band that contains a child control is resized, the child control will be resized to the size of the button that contains it, minus the specified margin width.

Requirements

Namespace: Skybound.Rebar

Assembly: Skybound.Rebar (in Skybound.Rebar.dll)

See Also

RebarButton.ChildEdgePadding Members | Skybound.Rebar Namespace