Intersoft ClientUI Documentation
CornerRadius Property (DragDropTooltip)



Represents the radii of a border's corners. The radii can not be negative.
Syntax
<CategoryAttribute("Appearance")>
Public Property CornerRadius As CornerRadius
Dim instance As DragDropTooltip
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

DragDropTooltip Class
DragDropTooltip Members

Send Feedback