menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class FillType

    Specifies the fill type of an object.

    Inheritance
    System.Object
    FillType
    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.Portable.dll
    Syntax
    public sealed class FillType : Enum

    Fields

    Automatic

    Specifies the FillType is automatic.

    Declaration
    public const FillType Automatic
    Field Value
    Type
    FillType

    Gradient

    Specifies the FillType is gradient.

    Declaration
    public const FillType Gradient
    Field Value
    Type
    FillType

    None

    Specifies the FillType is none.

    Declaration
    public const FillType None
    Field Value
    Type
    FillType

    Pattern

    Specifies the FillType is pattern.

    Declaration
    public const FillType Pattern
    Field Value
    Type
    FillType

    Picture

    Specifies the FillType is Picture.

    Declaration
    public const FillType Picture
    Field Value
    Type
    FillType

    Solid

    Specifies the FillType is solid.

    Declaration
    public const FillType Solid
    Field Value
    Type
    FillType

    Texture

    Specifies the FillType is Texture.

    Declaration
    public const FillType Texture
    Field Value
    Type
    FillType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved