menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Interface IInterior

    Represents Interior of an object.

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

    Properties

    Color

    Gets or sets the interior color of the object.

    Declaration
    Color Color { get; set; }
    Property Value
    Type
    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
    OfficeKnownColors

    FillPattern

    Gets or sets OfficePattern type that represents the interior pattern.

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

    Gradient

    Gets the gradient object for this extended format.

    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
    OfficeKnownColors PatternColorIndex { get; set; }
    Property Value
    Type
    OfficeKnownColors
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved