GaugeControlBase.SizeEx Property
In This Article
This member supports the internal infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.XtraGauges.Win
Assembly: DevExpress.XtraGauges.v24.2.Win.dll
NuGet Package: DevExpress.Win.Gauges
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public Size SizeEx { get; set; }
#Property Value
Type | Description |
---|---|
Size | A System. |
See Also