LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

RubberBandFill Property






Gets or sets the brush used to fill the area of the current rubber band selection rectangle. .NET support
Syntax
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Margin of each item image.")]
public Brush RubberBandFill {get; set;}
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Margin of each item image.")>
Public Property RubberBandFill As Brush
'Usage
 
Dim instance As ImageList
Dim value As Brush
 
instance.RubberBandFill = value
 
value = instance.RubberBandFill
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Margin of each item image.")]
public Brush RubberBandFill {get; set;}
CategoryAttribute("Appearance")
DescriptionAttribute("Margin of each item image.")
 get_RubberBandFill();
set_RubberBandFill(value);
[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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageList Class
ImageList Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.