menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewWrapper - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ViewWrapper

    Inheritance
    System.Object
    ViewWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class ViewWrapper

    Constructors

    ViewWrapper()

    Declaration
    public ViewWrapper()

    Properties

    BackgroundColor

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    Grid

    Declaration
    public LayoutGridWrapper Grid { get; set; }
    Property Value
    Type
    LayoutGridWrapper

    HandleColor

    Declaration
    public Color HandleColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    HandleDisabledColor

    Declaration
    public Color HandleDisabledColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    HandleOutlineColor

    Declaration
    public Color HandleOutlineColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    Magnification

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

    Origin

    Declaration
    public PointF Origin { get; set; }
    Property Value
    Type
    System.Drawing.PointF

    PageBorderStyle

    Declaration
    public PageBorderStyleWrapper PageBorderStyle { get; set; }
    Property Value
    Type
    PageBorderStyleWrapper

    PageSettings

    Declaration
    public PageSettings PageSettings { get; set; }
    Property Value
    Type
    System.Drawing.Printing.PageSettings

    PrintZoom

    Declaration
    public PrintZoomWrapper PrintZoom { get; set; }
    Property Value
    Type
    PrintZoomWrapper

    ZoomIncrement

    Declaration
    public int ZoomIncrement { get; set; }
    Property Value
    Type
    System.Int32

    Methods

    DeserializeView(View)

    Declaration
    public void DeserializeView(View deserializedView)
    Parameters
    Type Name Description
    View deserializedView

    SerializeView(View)

    Declaration
    public void SerializeView(View view)
    Parameters
    Type Name Description
    View view
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved