←Select platform

ItemBorderThickness Property

Summary

Gets or sets a value that indicates the number of pixels to use to draw the border of each item.

Syntax

C#
VB
C++
public Thickness ItemBorderThickness { get; set; } 
Public Property ItemBorderThickness As Thickness 
public: 
property Thickness ItemBorderThickness { 
   Thickness get(); 
   void set (    Thickness ); 
} 

Property Value

A System.Windows.Thickness object that indicates the number of pixels to use when drawing the border of each item. Default value is Thickness(2).

Example

For XAML example, refer to ItemBorderBrush.

For C#/VB examples, refer to ItemBorderBrush.

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