CalendarView.FirstOfMonthLabelFontSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property double FirstOfMonthLabelFontSize { double get(); void set(double value); };
double FirstOfMonthLabelFontSize();
void FirstOfMonthLabelFontSize(double value);
public double FirstOfMonthLabelFontSize { get; set; }
var double = calendarView.firstOfMonthLabelFontSize;
calendarView.firstOfMonthLabelFontSize = double;
Public Property FirstOfMonthLabelFontSize As Double
Property Value
double