DxBarGaugeLabelSettings.ConnectorWidth Property
Specifies the label connector width.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(2)]
[Parameter]
public int ConnectorWidth { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 2 | The label connector width in pixels. |
Remarks
Refer to the DxBarGaugeLabelSettings class description for more information and an example.
See Also