Gets or sets the brush used to fill the area of the current rubber band selection rectangle.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImageList
Dim value As Brush
instance.RubberBandFill = value
value = instance.RubberBandFill |
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
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also