alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PageSettings

    Represents the page settings of the diagram.

    Inheritance
    System.Object
    PageSettings
    Namespace: Syncfusion.SfDiagram.iOS
    Assembly: Syncfusion.SfDiagram.iOS.dll
    Syntax
    public class PageSettings : Object

    Properties

    BackgroundColor

    Gets or sets the background color of the page.

    Declaration
    public UIColor BackgroundColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The background color of the page.

    GridColor

    Gets or sets the grid line color of the page.

    Declaration
    public UIColor GridColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The grid line color of the page.

    GridSize

    Gets or sets the grid box Width/Height.

    Declaration
    public float GridSize { get; set; }
    Property Value
    Type Description
    System.Single

    The grid box Width/Height.

    PageHeight

    Gets or sets the height of the page.

    Declaration
    public nfloat PageHeight { get; set; }
    Property Value
    Type Description
    System.nfloat

    The height of the page.

    PageWidth

    Gets or sets the width of the page.

    Declaration
    public nfloat PageWidth { get; set; }
    Property Value
    Type Description
    System.nfloat

    The width of the page.

    ShowGrid

    Gets or sets a value indicating whether gets or sets to enable/disable the grid visibility in page.

    Declaration
    public bool ShowGrid { get; set; }
    Property Value
    Type Description
    System.Boolean

    The grid visibility in page.

    SnapToGrid

    Gets or sets a value indicating whether enable/disable the snap to grid page.

    Declaration
    public bool SnapToGrid { get; set; }
    Property Value
    Type Description
    System.Boolean

    Enable/disable the snap to grid.

    ViewPortStartPosition

    Gets or sets the view port start position for diagram SfDiagram page.

    Declaration
    public ViewPortStartPosition ViewPortStartPosition { get; set; }
    Property Value
    Type Description
    ViewPortStartPosition

    The view port start position for diagram page.

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