Intersoft ClientUI Documentation
CornerRadius Property (ISPasswordBox)



Represents the radius of a border's corner. The radius can't be negative.
Syntax
<CategoryAttribute("Appearance")>
Public Property CornerRadius As CornerRadius
Dim instance As ISPasswordBox
Dim value As CornerRadius
 
instance.CornerRadius = value
 
value = instance.CornerRadius
[CategoryAttribute("Appearance")]
public CornerRadius CornerRadius {get; set;}
[CategoryAttribute("Appearance")]
public:
property CornerRadius CornerRadius {
   CornerRadius get();
   void set (    CornerRadius 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

ISPasswordBox Class
ISPasswordBox Members

Send Feedback