Skip to main content
A newer version of this page is available. .

TitleSettings.Margin Property

Provides access to an object used to specify or retrieve the title’s margin settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[DefaultValue(null)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public MarginSettings Margin { get; }

Property Value

Type Default Description
DevExpress.Web.Bootstrap.MarginSettings *null*

A MarginSettings object used to control the title’s margin settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to Margin
BootstrapChart
.TitleSettings.Margin
BootstrapChartBase
.TitleSettings.Margin
BootstrapCoordinateSystemChart
.TitleSettings.Margin
BootstrapPieChart
.TitleSettings.Margin
BootstrapPolarChart
.TitleSettings.Margin
BootstrapRangeSelector
.TitleSettings.Margin
BootstrapWebClientUIWidgetEx
.TitleSettings.Margin
See Also