←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly