BCGControlBar Library for .NET
Graphics Property (DrawCalendarElementEventArgs)




Syntax
'Declaration
 
Public Property Graphics As Graphics
'Usage
 
Dim instance As DrawCalendarElementEventArgs
Dim value As Graphics
 
instance.Graphics = value
 
value = instance.Graphics
public Graphics Graphics {get; set;}
public: __property Graphics* get_Graphics();
public: __property void set_Graphics( 
   Graphics* value
);
public:
property Graphics^ Graphics {
   Graphics^ get();
   void set (    Graphics^ value);
}
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

DrawCalendarElementEventArgs Class
DrawCalendarElementEventArgs Members

Send Feedback