GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBalloon Class / BaseWidth Property
In This Topic
    BaseWidth Property
    In This Topic
    Gets or sets the width of the base of the triangular region of the balloon, near the text label.
    Syntax
    [Category("Appearance")]
    [DefaultValue(30)]
    [Description("The width of the base of the balloon's pointer")]
    public virtual float BaseWidth {get; set;}

    Property Value

    This value defaults to 30. The value must be greater than zero.
    See Also