←Select platform

BackgroundBrush Property

Summary

Brush to use for filling the shape.

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 pen to use for filling the shape. Default value is null.

Remarks

Set this value to null to disable filling the shape.

Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

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.