menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ViewPortStartPosition

    ViewPort StartPosition.

    Inheritance
    System.Object
    ViewPortStartPosition
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public sealed class ViewPortStartPosition : Enum

    Fields

    Default

    The view port of the diagram SfDiagram page is decided based on the node's offsets.

    Declaration
    public const ViewPortStartPosition Default
    Field Value
    Type
    ViewPortStartPosition
    Remarks

    The view port of the diagram page will be in negative region when the node’s offsets are negative

    Origin

    The view port of the diagram SfDiagram page begins with origin (0,0) even though when the node’s offsets are negative.

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