Intersoft ClientUI Documentation
IndicatorBorderThickness Property (UXMenu)



Gets or sets indicator border thickness.
Syntax
<CategoryAttribute("Appearance")>
Public Property IndicatorBorderThickness As Thickness
Dim instance As UXMenu
Dim value As Thickness
 
instance.IndicatorBorderThickness = value
 
value = instance.IndicatorBorderThickness
[CategoryAttribute("Appearance")]
public Thickness IndicatorBorderThickness {get; set;}
[CategoryAttribute("Appearance")]
public:
property Thickness IndicatorBorderThickness {
   Thickness get();
   void set (    Thickness value);
}
Requirements

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

See Also

Reference

UXMenu Class
UXMenu Members

Send Feedback