Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
RubberBandFill Property
See Also 
Leadtools.Windows.Controls Namespace > ImageList Class : RubberBandFill Property





Gets or sets the rubber band brush. This is a dependency property.

Syntax

Visual Basic (Declaration) 
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# 
public Brush RubberBandFill {get; set;}
C++/CLI 
public:
property Brush RubberBandFill {
   Brush get();
   void set (Brush value);
}
XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

RubberBandFillProperty

Metadata properties set to true

None

XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

RubberBandFillProperty

Metadata properties set to true

None

Return Value

The brush of the rubber band in this ImageList

Example

For XAML example, refer to EnableRubberBandSelection.

For C#/VB examples, refer to EnableRubberBandSelection.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also