Back to Devexpress

GaugeControlBase.SizeEx Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-47ea8b30.md

latest1.3 KB
Original Source

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.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public Size SizeEx { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
<XtraSerializableProperty>
Public Property SizeEx As Size

Property Value

TypeDescription
Size

A System.Drawing.Size structure.

|

See Also

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace