GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / IGoPropertyControl Interface / PropertyModifier Property
In This Topic
    PropertyModifier Property (IGoPropertyControl)
    In This Topic
    Gets or sets the GoPropertyModifier used by this interface.
    Syntax
    GoPropertyModifier PropertyModifier {get; set;}

    Property Value

    Initially the value will be null.
    Remarks
    Setting this property, typically to support the sharing of a single PropertyModifier by multiple IGoPropertyControls, will also set the View property to be the GoPropertyModifier.GoPropertyModifier.View.
    See Also