←Select platform

RubberBandFill Property

Summary

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

Syntax

C#
VB
C++
public Brush RubberBandFill { get; set; } 
Public Property RubberBandFill As Brush 
public: 
property Brush^ RubberBandFill { 
   Brush^ get(); 
   void set (    Brush^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly