GoDiagram Web Reference
Clipping Property (GoListGroup)

Gets or sets whether the items should be clipped to paint within the rounded corners of the border.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("Whether the child objects should be clipped within the rounded corners of the border")>
Public Overridable Property Clipping As Boolean
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("Whether the child objects should be clipped within the rounded corners of the border")]
public virtual bool Clipping {get; set;}

Property Value

The default value is false
Remarks
Setting this property to true is useful when the TopLeftMargin and/or BottomRightMargin are small enough relative to the Corner to cause the rounded corners of the border to be drawn across the top item(s) or bottom item(s).
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

GoListGroup Class
GoListGroup Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback