BehaviorService.AdornerWindowGraphics Property

Definition

Gets the Graphics for the adorner window.

public:
 property System::Drawing::Graphics ^ AdornerWindowGraphics { System::Drawing::Graphics ^ get(); };
public System.Drawing.Graphics AdornerWindowGraphics { get; }
member this.AdornerWindowGraphics : System.Drawing.Graphics
Public ReadOnly Property AdornerWindowGraphics As Graphics

Property Value

The Graphics for the adorner window.

Applies to

See also