Search
WeekRangeSettings.HeaderShadowOffset Property
See Also
 





Gets or sets the offset of the shadows from the headers that cast them.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int HeaderShadowOffset { get; set; }

Visual Basic  Copy Code

Public Property HeaderShadowOffset As Integer

 Property Value

An integer value specifying with how many pixels to offset a header's shadow from the header. The allowed values range from 1 to 5. Assign -1 to this property to use the corresponding value from the current theme.

 See Also