GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / Clipping Property
In This Topic
    Clipping Property (GoListGroup)
    In This Topic
    Gets or sets whether the items should be clipped to paint within the rounded corners of the border.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("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).
    See Also