GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBalloon Class / Reanchorable Property
In This Topic
    Reanchorable Property
    In This Topic
    Gets or sets whether the user may reanchor this balloon comment, by reattaching it or leaving it unattached.
    Syntax
    [Category("Behavior")]
    [DefaultValue(false)]
    [Description("Whether the user may reanchor this balloon.")]
    public virtual bool Reanchorable {get; set;}

    Property Value

    This defaults to false.
    See Also