GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyDropDown Class / Property Property
In This Topic
    Property Property (GoPropertyDropDown)
    In This Topic
    Gets or sets the particular Northwoods.Go.GoObject property to modify.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual 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. There is no meaningful default value; you will need to set this.
    See Also