Skip to main content

BaseGauge.MinimumSize Property

Gets the gauge’s minimum size.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[Browsable(false)]
public virtual Size MinimumSize { get; }

Property Value

Type Description
Size

The gauge’s minimum size.

See Also