GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / SecondarySelectionColor Property
In This Topic
    SecondarySelectionColor Property
    In This Topic
    Gets or sets the handle color for selected objects other than the primary selection.
    Syntax
    [Category("Selection")]
    [Description("The handle color for objects other than the primary selection.")]
    public virtual Color SecondarySelectionColor {get; set;}

    Property Value

    The default value is a light blue color.
    See Also