Back to Devexpress

DayViewBase.TimeRulerSize Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dayviewbase-f21f7660.md

latest1.2 KB
Original Source

DayViewBase.TimeRulerSize Property

Gets or sets the value that specifies the time ruler size. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public double TimeRulerSize { get; set; }
vb
Public Property TimeRulerSize As Double

Property Value

TypeDescription
Double

A System.Double value that is the time ruler size (in pixels).

|

Remarks

Use the TimeRulerTemplate property to specify the time ruler template.

See Also

DayViewBase Class

DayViewBase Members

DevExpress.Xpf.Scheduling Namespace