←Select platform

InsideBrush Property

Summary

Brush used to fill the area inside the pan rectangle.

Syntax

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

Property Value

The brush used to fill the area inside the pan rectangle. Default value is null.

Remarks

Set the value of this property to any System.Drawing.Brush object to fill the area inside the pan rectangle.

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