GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorControl Class / Property Property
In This Topic
    Property Property (GoColorControl)
    In This Topic
    Gets or sets the particular Northwoods.Go.GoObject property to modify.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public int Property {get; set;}

    Property Value

    This integer should be a Northwoods.Go.GoObject.Changed subhint, as used by Northwoods.Go.GoChangedEventArgs.Northwoods.Go.GoChangedEventArgs.SubHint. The default value is Northwoods.Go.GoShape.Northwoods.Go.GoShape.ChangedBrush.
    See Also