CalendarView.CalendarItemBorderBrush Property
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.
Gets or sets a brush that provides the border of a calendar item.
public:
property Brush ^ CalendarItemBorderBrush { Brush ^ get(); void set(Brush ^ value); };
Brush CalendarItemBorderBrush();
void CalendarItemBorderBrush(Brush value);
C#
public Brush CalendarItemBorderBrush { get; set; }
var brush = calendarView.calendarItemBorderBrush;
calendarView.calendarItemBorderBrush = brush;
Public Property CalendarItemBorderBrush As Brush
XAML
<CalendarView CalendarItemBorderBrush="{StaticResource resourceName}"/>
- or -
<CalendarView CalendarItemBorderBrush="colorString"/>
- or -
<CalendarView>
CalendarView.CalendarItemBorderBrush>singleBrush</CalendarView.CalendarItemBorderBrush>
</CalendarView>
A brush that provides the border of a calendar item.
Produk | Versi |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |