menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Interface IOfficeShapePictureFill

    Represents the picture fill formatting options.

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

    Properties

    ImageBytes

    Gets or sets the image as bytes.

    Declaration
    byte[] ImageBytes { get; set; }
    Property Value
    Type Description
    System.Byte[]

    The image data in byte array format.

    TileMode

    Gets or sets the OfficeShapeTileMode for the image.

    Declaration
    OfficeShapeTileMode TileMode { get; set; }
    Property Value
    Type Description
    OfficeShapeTileMode

    The tiling mode of the image.

    Transparency

    Gets or sets the transparency of the image.

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

    The transparency value, where 0 is fully opaque and 100 is fully transparent.

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