GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyUserControl Class / PropertyModifier Property
In This Topic
    PropertyModifier Property (GoPropertyUserControl)
    In This Topic
    Gets or sets the GoPropertyModifier with which this UserControl modifies some property of many Northwoods.Go.GoObjects.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual GoPropertyModifier PropertyModifier {get; set;}
    Remarks
    Setting this property may also change the value of View. The setter, if this property value changed, calls UpdateControl afterwards. Setting this property also establishes a PropertyChanged event handler that calls UpdateControl whenever the collection or Northwoods.Go.GoObjects in that collection change.
    See Also