CalendarView.CalendarItemPressedBackground Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un pennello che fornisce lo sfondo di un elemento del calendario premuto.
public:
property Brush ^ CalendarItemPressedBackground { Brush ^ get(); void set(Brush ^ value); };
Brush CalendarItemPressedBackground();
void CalendarItemPressedBackground(Brush value);
public Brush CalendarItemPressedBackground { get; set; }
var brush = calendarView.calendarItemPressedBackground;
calendarView.calendarItemPressedBackground = brush;
Public Property CalendarItemPressedBackground As Brush
<CalendarView CalendarItemPressedBackground="{StaticResource resourceName}"/>
- or -
<CalendarView CalendarItemPressedBackground="colorString"/>
- or -
<CalendarView>
CalendarView.CalendarItemPressedBackground>singleBrush</CalendarView.CalendarItemPressedBackground>
</CalendarView>
Valore della proprietà
Pennello che fornisce lo sfondo di un elemento del calendario premuto.
Requisiti Windows
Famiglia di dispositivi |
Windows 11 (è stato introdotto in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v14.0)
|