GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSheet Class / MarginColor Property
In This Topic
    MarginColor Property
    In This Topic
    Gets or sets the color used to shade the margins when ShowsMargins is true.
    Syntax
    [Category("Appearance")]
    [Description("The color for the margins, including alpha transparency")]
    public virtual Color MarginColor {get; set;}

    Property Value

    This defaults to a mostly transparent LightGray.
    See Also