GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyDropDown Class / PropertyPart Property
In This Topic
    PropertyPart Property (GoPropertyDropDown)
    In This Topic
    Gets or sets the particular brush or pen property to modify -- i.e., a subproperty, or property of a property of a Northwoods.Go.GoObject.
    Syntax
    public virtual GoPropertyModifierPart PropertyPart {get; set;}

    Property Value

    The default value is GoPropertyModifierPart.GoPropertyModifierPart.All, but you will need to set this to make this control useful.
    See Also