Back to Devexpress

NavigationPageBase.BackgroundPadding Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpagebase-70e561b4.md

latest1.3 KB
Original Source

NavigationPageBase.BackgroundPadding Property

Gets or sets the distance between page borders and the background of the same page.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public Padding BackgroundPadding { get; set; }
vb
<DXCategory("Appearance")>
Public Property BackgroundPadding As Padding

Property Value

TypeDescription
Padding

A Padding structure that is the distance between page borders and the background of the same page.

|

See Also

NavigationPageBase Class

NavigationPageBase Members

DevExpress.XtraBars.Navigation Namespace