GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBalloon Class / UnanchoredOffset Property
In This Topic
    UnanchoredOffset Property
    In This Topic
    Gets or sets the offset from the GoComment.Label for the result of ComputeAnchorPoint when there is no Anchor.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The relative distance from the top-left corner of the Label to the point, when there is no Anchor object")]
    public SizeF UnanchoredOffset {get; set;}

    Property Value

    This defaults to -30 x -30.
    See Also