menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IInterior - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IInterior

    Interface used to get interior settings.

    Namespace: Syncfusion.XlsIO.Interfaces
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public interface IInterior

    Properties

    Color

    Gets or sets the cell shading color.

    Declaration
    Color Color { get; set; }
    Property Value
    Type
    Color

    ColorIndex

    Gets or sets the color of the interior as an index value.

    Declaration
    ExcelKnownColors ColorIndex { get; set; }
    Property Value
    Type
    ExcelKnownColors

    FillPattern

    Gets / Sets fill pattern.

    Declaration
    ExcelPattern FillPattern { get; set; }
    Property Value
    Type
    ExcelPattern

    Gradient

    Gets gradient object for this extended format. Read-only.

    Declaration
    IGradient Gradient { get; }
    Property Value
    Type
    IGradient

    PatternColor

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

    Declaration
    Color PatternColor { get; set; }
    Property Value
    Type
    Color

    PatternColorIndex

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

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