Scheduler for WinRT
AlternateMonthBrush Property


Gets or sets a Windows.UI.Xaml.Media.Brush object which should be used for alternate months. The default value is white SolidColorBrush.
Syntax
'Declaration
 
Public Property AlternateMonthBrush As Brush
'Usage
 
Dim instance As AlternateMonthBrushConverter
Dim value As Brush
 
instance.AlternateMonthBrush = value
 
value = instance.AlternateMonthBrush
public Brush AlternateMonthBrush {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AlternateMonthBrushConverter Class
AlternateMonthBrushConverter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.