GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / SnapOpaque Property
In This Topic
    SnapOpaque Property (GoGrid)
    In This Topic
    Gets or sets whether GoView.GoView.SnapPoint should look at any grid that might be behind this one.
    Syntax
    [Category("Grid")]
    [DefaultValue(true)]
    [Description("Whether GoView.SnapPoint should look at any grid that might be behind this one.")]
    public virtual bool SnapOpaque {get; set;}
    See Also