Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Windows.Controls Namespace > ImageList Class : RubberBandFill Property |
[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); }
For XAML example, refer to EnableRubberBandSelection.
For C#/VB examples, refer to EnableRubberBandSelection.