PaneTitleModel.Margins Property
Gets or sets the PaneTitle.Margins property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[DependentUpon("Visibility")]
[LocalizableCategory(DesignerCategories.Layout)]
public RectangleIndents Margins { get; }
Property Value
Type | Description |
---|---|
RectangleIndents | The title outer indents in pixels. |
See Also