Back to Devexpress

LayoutDimensionOptions Class

dashboard-devexpress-dot-dashboardcommon-021ac9a2.md

latest2.1 KB
Original Source

LayoutDimensionOptions Class

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

Declaration

csharp
public class LayoutDimensionOptions
vb
Public Class LayoutDimensionOptions

The following members return LayoutDimensionOptions objects:

Remarks

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.

Inheritance

Object LayoutDimensionOptions

See Also

LayoutDimensionOptions Members

DevExpress.DashboardCommon Namespace