menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ViewportRect

    Helper rectangle.

    Inheritance
    System.Object
    ViewportRect
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class ViewportRect : BindableObject

    Constructors

    ViewportRect()

    Initializes a new instance of the ViewportRect class. ViewportRect.

    Declaration
    public ViewportRect()

    Fields

    ColorProperty

    Represents the bindable property of ColorProperty.

    Declaration
    public static readonly BindableProperty ColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    StartXProperty

    Represents the bindable property of StartXProperty.

    Declaration
    public static readonly BindableProperty StartXProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    StartYProperty

    Represents the bindable property of StartYProperty.

    Declaration
    public static readonly BindableProperty StartYProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    StartX

    Gets or sets the start x.

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

    The start x.

    StartY

    Gets or sets the start y.

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

    The start y.

    StrokeColor

    Gets or sets the color.

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    The color.

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