GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorForm Class / PropertyChoice Property
In This Topic
    PropertyChoice Property (GoColorForm)
    In This Topic
    Gets or sets which Northwoods.Go.GoObjects of the GoPropertyModifier.GoPropertyModifier.Collection are modified by this control.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public GoPropertyModifierChoice PropertyChoice {get; set;}

    Property Value

    The default value is GoPropertyModifierChoice.GoPropertyModifierChoice.All.
    See Also