LayoutDefinitionModel.SizeInPixels Property
In This Article
Gets or sets the LayoutDefinition.SizeInPixels property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.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