Intersoft ClientUI Documentation
CornerRadius Property (UXPage)



Represents the radii of the page border which value is used to determine HeaderCornerRadius and FooterCornerRadius.
Syntax
Public Property CornerRadius As CornerRadius
Dim instance As UXPage
Dim value As CornerRadius
 
instance.CornerRadius = value
 
value = instance.CornerRadius
public CornerRadius CornerRadius {get; set;}
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

UXPage Class
UXPage Members

Send Feedback