LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RubberBandFill Property
See Also 
Leadtools.Windows.Controls Namespace > ImageList Class : RubberBandFill Property



Gets or sets the brush used to fill the area of the current rubber band selection rectangle.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Margin of each item image.")>
Public Property RubberBandFill As Brush
Visual Basic (Usage)Copy Code
Dim instance As ImageList
Dim value As Brush
 
instance.RubberBandFill = value
 
value = instance.RubberBandFill
C# 
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Margin of each item image.")]
public Brush RubberBandFill {get; set;}
C++/CLI 
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Margin of each item image.")]
public:
property Brush^ RubberBandFill {
   Brush^ get();
   void set (    Brush^ value);
}

Property Value

The brush used to fill the area of the current rubber band selection rectangle. Default value is System.Windows.Media.Brushes.Blue.

Example

For XAML example, refer to EnableRubberBandSelection.

For C#/VB examples, refer to EnableRubberBandSelection.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also