Back to Devexpress

PaneTitleModel.Margins Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-panetitlemodel.md

latest1.3 KB
Original Source

PaneTitleModel.Margins Property

Gets or sets the PaneTitle.Margins property value within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[DependentUpon("Visibility")]
[LocalizableCategory(DesignerCategories.Layout)]
public RectangleIndents Margins { get; }
vb
<DependentUpon("Visibility")>
<LocalizableCategory(DesignerCategories.Layout)>
Public ReadOnly Property Margins As RectangleIndents

Property Value

TypeDescription
RectangleIndents

The title outer indents in pixels.

|

See Also

PaneTitleModel Class

PaneTitleModel Members

DevExpress.XtraCharts.Designer Namespace