menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Interface IPictureFill

    Represents the picture or texture type in fill format.

    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.Portable.dll
    Syntax
    public interface IPictureFill

    Properties

    ImageBytes

    Gets or sets the image as byte.

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

    TileMode

    Gets or sets the value of TileMode type enumeration.

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

    Transparency

    Gets or sets the transparency of the image.

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