GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DrawsXorMode Property
In This Topic
    DrawsXorMode Property
    In This Topic
    Gets or sets whether a rubber-band box should be drawn in XOR mode.
    Syntax
    [Category("Behavior")]
    [DefaultValue(false)]
    [Description("Whether rubber-band drawing (DrawXorBox) actually draws in XOR mode")]
    public virtual bool DrawsXorMode {get; set;}

    Property Value

    The default value is false.
    Remarks
    When this value is false, DrawXorBox will draw a rectangle using the normal drawing mechanisms.
    See Also