GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutProgressEventArgs Class / Progress Property
In This Topic
    Progress Property
    In This Topic
    Gets or sets the ratio that PerformLayout is done.
    Syntax
    public float Progress {get; set;}

    Property Value

    This is a single float between zero and one. The default value is zero.
    See Also