CalendarView.OutOfScopeBackground Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece un pincel que proporciona el fondo de una fecha fuera del ámbito.
public:
property Brush ^ OutOfScopeBackground { Brush ^ get(); void set(Brush ^ value); };
Brush OutOfScopeBackground();
void OutOfScopeBackground(Brush value);
public Brush OutOfScopeBackground { get; set; }
var brush = calendarView.outOfScopeBackground;
calendarView.outOfScopeBackground = brush;
Public Property OutOfScopeBackground As Brush
<CalendarView OutOfScopeBackground="{StaticResource resourceName}"/>
- or -
<CalendarView OutOfScopeBackground="colorString"/>
- or -
<CalendarView>
CalendarView.OutOfScopeBackground>singleBrush</CalendarView.OutOfScopeBackground>
</CalendarView>
Valor de propiedad
Pincel que proporciona el fondo de una fecha que está fuera del ámbito.