Class ViewWrapper
Inheritance
System.Object
ViewWrapper
Assembly: Syncfusion.Diagram.Base.dll
public class ViewWrapper : Object
Constructors
Declaration
Properties
Declaration
public Color BackgroundColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public LayoutGridWrapper Grid { get; set; }
Property Value
Declaration
public Color HandleColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public Color HandleDisabledColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public Color HandleOutlineColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public float Magnification { get; set; }
Property Value
Declaration
public PointF Origin { get; set; }
Property Value
| Type |
| System.Drawing.PointF |
PageBorderStyle
Declaration
public PageBorderStyleWrapper PageBorderStyle { get; set; }
Property Value
PageSettings
Declaration
public PageSettings PageSettings { get; set; }
Property Value
| Type |
| System.Drawing.Printing.PageSettings |
Declaration
public PrintZoomWrapper PrintZoom { get; set; }
Property Value
Declaration
public int ZoomIncrement { get; set; }
Property Value
Methods
Declaration
public void DeserializeView(View deserializedView)
Parameters
| Type |
Name |
Description |
| View |
deserializedView |
|
Declaration
public void SerializeView(View view)
Parameters
| Type |
Name |
Description |
| View |
view |
|