dashboard-devexpress-dot-dashboardcommon-021ac9a2.md
Contains settings that allow you to adjust the height and width of a dashboard surface.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class LayoutDimensionOptions
Public Class LayoutDimensionOptions
The following members return LayoutDimensionOptions objects:
The LayoutOptions.Height and LayoutOptions.Width properties return the LayoutDimensionOptions object that contains settings for the width and height dimensions of a dashboard surface.
To adjust dimensions of a dashboard surface, use the following properties:
ModeGets or sets whether a dashboard surface‘s height or width is fixed or adjusted to fit content.ValueGets or sets a value of a dashboard surface‘s dimension.
Object LayoutDimensionOptions
See Also