GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoRoundedRectangle Class / RoundedCornerSpots Property
In This Topic
    RoundedCornerSpots Property
    In This Topic
    Gets or sets which corners are rounded off.
    Syntax
    [Category("Appearance")]
    [DefaultValue(30)]
    [Description("The maximum radial width and height of each corner")]
    public int RoundedCornerSpots {get; set;}

    Property Value

    A bitwise combination of the following four GoObject spots: TopLeft, GoObject.TopRight, GoObject.BottomRight, GoObject.BottomLeft. By default this includes all four corners.
    See Also