PocketPlanner Programmer's Guide

MonthSettings.PaddingDaysStyle Property

See Also

Gets or sets the Style object used to specify appearance settings for the days from previous and next months, shown when the ShowPaddingDays property is enabled.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Style PaddingDaysStyle { get; set; }

Visual Basic

Public Property PaddingDaysStyle As Style

 Property Value

An instance of the Style class. This property cannot be null.

 See Also