menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Interface IOfficeShapeSolidFill

    Represents the solid fill type in formatting options.

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Portable.dll
    Syntax
    public interface IOfficeShapeSolidFill

    Properties

    Color

    Gets or sets the color for the solid fill.

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

    The color of the solid fill.

    Transparency

    Gets or sets the transparency percentage. Ranges from 0 (opaque) to 100 (fully transparent).

    Declaration
    int Transparency { get; set; }
    Property Value
    Type Description
    System.Int32

    The transparency percentage.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved