←Select platform

BackgroundBrush Property

Summary

Spy glass background brush.

Syntax
C#
VB
C++
public virtual Brush BackgroundBrush { get; set; } 
Public Overridable Property BackgroundBrush() As System.Drawing.Brush 
   Get 
   Set 
public:  
   virtual property System::Drawing::Brush^ BackgroundBrush 
   { 
      System::Drawing::Brush^ get() 
      void set(System::Drawing::Brush^ value) 
   } 

Property Value

The spy glass background brush. The default value is null.

Remarks

This property is used to fill the area outside the image in the spy glass. A value of null means do not fill the area outside the image.

Example

For an example, refer to ImageViewerSpyGlassInteractiveMode.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.