Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Show in webframe

RubberBandFill Property






Gets or sets the brush used to fill the area of the current rubber band selection rectangle.
Syntax
[DescriptionAttribute("Margin of each item image.")]
[CategoryAttribute("Appearance")]
public Brush RubberBandFill {get; set;}
'Declaration
 
<DescriptionAttribute("Margin of each item image.")>
<CategoryAttribute("Appearance")>
Public Property RubberBandFill As Brush
'Usage
 
Dim instance As ImageList
Dim value As Brush
 
instance.RubberBandFill = value
 
value = instance.RubberBandFill

            

            
[DescriptionAttribute("Margin of each item image.")]
[CategoryAttribute("Appearance")]
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

See Also

Reference

ImageList Class
ImageList Members

Error processing SSI file