ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IInterior - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IInterior

    Represents Interior of an object.

    Namespace: Syncfusion.OfficeChart
    Assembly: Syncfusion.OfficeChart.Base.dll
    Syntax
    public interface IInterior

    Properties

    Color

    Gets or sets the interior color of the object.

    Declaration
    Color Color { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ColorIndex

    Gets or sets the interior color of the object. The color is specified as an index value into the current color palette.

    Declaration
    OfficeKnownColors ColorIndex { get; set; }
    Property Value
    Type Description
    OfficeKnownColors

    FillPattern

    Gets or sets OfficePattern type that represents the interior pattern.

    Declaration
    OfficePattern FillPattern { get; set; }
    Property Value
    Type Description
    OfficePattern

    Gradient

    Gets the gradient object for this extended format.

    Declaration
    IGradient Gradient { get; }
    Property Value
    Type Description
    IGradient

    PatternColor

    Gets or sets the color of the interior pattern as an Color value.

    Declaration
    Color PatternColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    PatternColorIndex

    Gets or sets the color of the interior pattern as an index into the current color palette.

    Declaration
    OfficeKnownColors PatternColorIndex { get; set; }
    Property Value
    Type Description
    OfficeKnownColors
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved