Gets or sets the item border brush of the items in this
ImageList. This is a dependency property.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ItemBorderBrush As Brush |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImageList
Dim value As Brush
instance.ItemBorderBrush = value
value = instance.ItemBorderBrush
|
C# | |
---|
public Brush ItemBorderBrush {get; set;} |
C++/CLI | |
---|
public:
property Brush ItemBorderBrush {
Brush get();
void set (Brush value);
} |
XAML Syntax | |
---|
For XAML information, see the Brush type. |
XAML Syntax | |
---|
For XAML information, see the Brush type. |
Return Value
The items border brush in this
ImageList
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also