GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutProgressEventArgs Class / Message Property
In This Topic
    Message Property
    In This Topic
    Gets or sets an optional message string that describes the current state of the call to PerformLayout.
    Syntax
    public string Message {get; set;}

    Property Value

    This defaults to null.
    See Also