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()
Assembly: Syncfusion.Diagram.Base.dll
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 |
|