Back to Devexpress

DxRangeSelectorScaleMinorTick.Width Property

blazor-devexpress-dot-blazor-dot-dxrangeselectorscaleminortick-ab556b7b.md

latest1.0 KB
Original Source

DxRangeSelectorScaleMinorTick.Width Property

Specifies the width of minor scale ticks.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(1)]
[Parameter]
public int Width { get; set; }

Property Value

TypeDefaultDescription
Int321

The width of minor scale ticks in pixels.

|

Remarks

Refer to the DxRangeSelectorScaleMinorTick class description for additional information and an example.

See Also

DxRangeSelectorScaleMinorTick Class

DxRangeSelectorScaleMinorTick Members

DevExpress.Blazor Namespace