Back to Devexpress

BackstageViewControl.ItemsContentPadding Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-e40cd731.md

latest1.8 KB
Original Source

BackstageViewControl.ItemsContentPadding Property

Gets or sets the padding for all BackstageViewButtonItems and BackstageViewTabItems within this BackstageViewControl.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Padding

A Padding structure that is the padding common to all BackstageViewButtonItems and BackstageViewTabItems within this BackstageViewControl.

|

See Also

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace