Intersoft WebCombo Documentation
RoundCorner Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LayoutSet Class : RoundCorner Property






Specifies whether the combo render the control's user interface in round corner effect. Whether to render the control's user interface in round corner effect.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<DescriptionAttribute("Whether to render the control's user interface in round corner effect.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property RoundCorner As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.RoundCorner = value
 
value = instance.RoundCorner
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Whether to render the control's user interface in round corner effect.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool RoundCorner {get; set;}
Delphi 
public read-write property RoundCorner: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute("Whether to render the control's user interface in round corner effect.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set RoundCorner : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Whether to render the control's user interface in round corner effect.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property bool get_RoundCorner();
public: __property void set_RoundCorner( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Whether to render the control's user interface in round corner effect.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property bool RoundCorner {
   bool get();
   void set (    bool value);
}

Remarks

RoundCorner shape rendering is one of the most enhancement of user interface in WebCombo.NET v4.0. The round corner is fluid and flexible, means that it can be drawn properly regardless of the size.

The round corner rendering in WebCombo.NET 4.0 adopts Intersoft’s proprietary TrueShape™ rendering framework which is widely used in WebDesktop.NET components. The round corner interface enables you to display smooth and stylish user interface in your web application as well as delivering unique user experience. To enable round corner in WebCombo, simply set the RoundCorner in LayoutSettings to True from the WebCombo Designer. To give you better illustration you can read Fluid round corner through TrueShape™.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

LayoutSet Class
LayoutSet Members

Tasks

How-to: Use round corner in WebCombo

Concepts

Fluid round corner through TrueShape™
All-new, sleeker User Interface
User Interface Elements

© 2012 Intersoft Solutions Corp. All Rights Reserved.