Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CalendarView.SelectedBorderBrush Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Controls
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 the currently selected calendar item.
public:
property Brush ^ SelectedBorderBrush { Brush ^ get(); void set(Brush ^ value); };
Brush SelectedBorderBrush();
void SelectedBorderBrush(Brush value);
public Brush SelectedBorderBrush { get; set; }
var brush = calendarView.selectedBorderBrush;
calendarView.selectedBorderBrush = brush;
Public Property SelectedBorderBrush As Brush
<CalendarView SelectedBorderBrush="{StaticResource resourceName}"/>
- or -
<CalendarView SelectedBorderBrush="colorString"/>
- or -
<CalendarView>
CalendarView.SelectedBorderBrush>singleBrush</CalendarView.SelectedBorderBrush>
</CalendarView>
Property Value
A brush that provides the border of the currently selected calendar item.
Applies to
Feedback
Was this page helpful?
