menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class AppearanceManager

    Class which customize the appearance of the SfDataPager.

    Inheritance
    System.Object
    AppearanceManager
    Namespace: Syncfusion.SfDataGrid.XForms.DataPager
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class AppearanceManager : Element

    Constructors

    AppearanceManager()

    Initializes a new instance of the AppearanceManager class.

    Declaration
    public AppearanceManager()

    Methods

    GetDataPagerBackgroundColor()

    Gets the background color of the SfDataPager.

    Declaration
    public virtual Color GetDataPagerBackgroundColor()
    Returns
    Type Description
    Xamarin.Forms.Color

    The background color of the SfDataPager.

    GetFirstPageIcon()

    Gets the Xamarin.Forms.ImageSource of the FirstPage icon.

    Declaration
    public virtual ImageSource GetFirstPageIcon()
    Returns
    Type Description
    Xamarin.Forms.ImageSource

    The Xamarin.Forms.ImageSource of the FirstPageIcon.

    GetLastPageIcon()

    Gets the Xamarin.Forms.ImageSource of the LastPage icon.

    Declaration
    public virtual ImageSource GetLastPageIcon()
    Returns
    Type Description
    Xamarin.Forms.ImageSource

    The Xamarin.Forms.ImageSource of the LastPage icon.

    GetNavigationButtonBackgroundColor(ButtonShape)

    Gets the background color of the navigation button.

    Declaration
    public virtual Color GetNavigationButtonBackgroundColor(ButtonShape shape)
    Parameters
    Type Name Description
    ButtonShape shape

    The shape of the navigation button ButtonShape.

    Returns
    Type Description
    Xamarin.Forms.Color

    The background color of the navigation button.

    GetNavigationButtonIconColor()

    Gets the color of the icon in the navigation buttons.

    Declaration
    public virtual Color GetNavigationButtonIconColor()
    Returns
    Type Description
    Xamarin.Forms.Color

    The color of the navigation button icons.

    GetNextPageIcon()

    Gets the Xamarin.Forms.ImageSource of the NextPage icon.

    Declaration
    public virtual ImageSource GetNextPageIcon()
    Returns
    Type Description
    Xamarin.Forms.ImageSource

    The Xamarin.Forms.ImageSource of the NextPage icon.

    GetNumericButtonBackgroundColor(ButtonShape)

    Gets the background color of the numeric button.

    Declaration
    public virtual Color GetNumericButtonBackgroundColor(ButtonShape shape)
    Parameters
    Type Name Description
    ButtonShape shape

    The shape of the numeric buttonButtonShape.

    Returns
    Type Description
    Xamarin.Forms.Color

    The background color of numeric button.

    GetNumericButtonForegroundColor()

    Gets the foreground color of the numeric button.

    Declaration
    public virtual Color GetNumericButtonForegroundColor()
    Returns
    Type Description
    Xamarin.Forms.Color

    The foreground color of the numeric button.

    GetNumericButtonSelectionBackgroundColor()

    Gets the background color of the selection numeric button.

    Declaration
    public virtual Color GetNumericButtonSelectionBackgroundColor()
    Returns
    Type Description
    Xamarin.Forms.Color

    The background color of the selection numeric button.

    GetNumericButtonSelectionForegroundColor()

    Gets the foreground color of the selection numeric button.

    Declaration
    public virtual Color GetNumericButtonSelectionForegroundColor()
    Returns
    Type Description
    Xamarin.Forms.Color

    The foreground color of the selection numeric button.

    GetPagerButtonBorderColor(ButtonShape)

    Gets the border color of all the pager buttons.

    Declaration
    public virtual Color GetPagerButtonBorderColor(ButtonShape shape)
    Parameters
    Type Name Description
    ButtonShape shape

    The shape of the pager button ButtonShape.

    Returns
    Type Description
    Xamarin.Forms.Color

    The border color of the pager buttons.

    GetPreviousPageIcon()

    Gets the ImageSource of the PreviousPage icon.

    Declaration
    public virtual ImageSource GetPreviousPageIcon()
    Returns
    Type Description
    Xamarin.Forms.ImageSource

    The image source of the PreviousPage icon.

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