←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly