Skip to main content

LayoutDefinitionModel.SizeInPixels Property

Gets or sets the LayoutDefinition.SizeInPixels property value within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public int SizeInPixels { get; set; }

Property Value

Type Description
Int32

An integer value which specifies the pane’s size, in pixels.

See Also