Intersoft ClientUI Documentation
DropDownBorderThickness Property



Gets or sets the drop down border thickness.
Syntax
<CategoryAttribute("Appearance")>
Public Property DropDownBorderThickness As Thickness
Dim instance As UXDateTimePicker
Dim value As Thickness
 
instance.DropDownBorderThickness = value
 
value = instance.DropDownBorderThickness
[CategoryAttribute("Appearance")]
public Thickness DropDownBorderThickness {get; set;}
[CategoryAttribute("Appearance")]
public:
property Thickness DropDownBorderThickness {
   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

UXDateTimePicker Class
UXDateTimePicker Members

Concepts

UXDateTimePicker

Send Feedback