←Select platform

Context Property

Summary

Current graphics context associated with this object. For Windows Forms the type of this property is System.Drawing.Graphics. For WPF the type of this property is System.Windows.Media.DrawingContext.

Syntax
C#
VB
C++
public Graphics Context { get; } 
Public ReadOnly Property Context() As System.Drawing.Graphics 
   Get 
public:  
   property System::Drawing::Graphics^ Context 
   { 
      System::Drawing::Graphics^ get() 
   } 

Property Value

The graphics context associated with this object if any.

Remarks

Example

For an example, refer to PostRender.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly