Property BackgroundPadding
BackgroundPadding
Gets or sets the padding applied around the background area of the control. This value is used in DrawDefaultBackground(PaintEventArgs, DrawDefaultBackgroundFlags).
public virtual Thickness BackgroundPadding { get; set; }
Property Value
- Thickness
A Thickness structure that defines the amount of space to reserve between the background and the borders on each side (left, top, right, bottom).
Remarks
Changing this value triggers a redraw of the control.