ESRI.ArcGIS.Mobile.Client
DrawGroupsRounded Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls.Groups Namespace > GroupView Class : DrawGroupsRounded Property

Gets or sets a value that determines if groups are drawn rounded.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
Public Property DrawGroupsRounded As Boolean
C# 
[DefaultValueAttribute()]
public bool DrawGroupsRounded {get; set;}

Remarks

Be careful using this property. It takes longer to draw and is a performance hit that is noticeable when you have lots of groups or items in the GroupView. It should be used carefully.

Requirements

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