GaugeControlBase.SizeEx Property
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.1.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.Drawing.Size structure. |
See Also