Back to Devexpress

BaseGauge.ProportionalStretch Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-basegauge-3742bc40.md

latest1.2 KB
Original Source

BaseGauge.ProportionalStretch Property

Gets or sets whether the gauge is proportionally zoomed when resizing.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(true)]
public bool ProportionalStretch { get; set; }
vb
<DefaultValue(True)>
Public Property ProportionalStretch As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the gauge is proportionally zoomed when resizing; otherwise, false

|

See Also

BaseGauge Class

BaseGauge Members

DevExpress.XtraGauges.Core.Model Namespace