Leadtools.Windows.Controls Namespace > ImageList Class : RubberBandFill Property |
[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); }
For XAML example, refer to EnableRubberBandSelection.
For C#/VB examples, refer to EnableRubberBandSelection.
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