Class ModelWrapper
Inheritance
System.Object
ModelWrapper
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
public class ModelWrapper
Constructors
Declaration
Properties
Declaration
public LayerCollection ActiveLayers { get; set; }
Property Value
Declaration
public Image BackgroundImage { get; set; }
Property Value
Type |
System.Drawing.Image |
Declaration
public ImageLayout BackgroundImageLayout { get; set; }
Property Value
Declaration
public FillStyleWrapper BackgroundStyle { get; set; }
Property Value
Declaration
public bool BoundaryConstraintsEnabled { get; set; }
Property Value
Declaration
public List<NodeWrapper> Children { get; set; }
Property Value
Declaration
public float CustomUnitValue { get; set; }
Property Value
Declaration
public string DisplayName { get; set; }
Property Value
Declaration
public PageScaleWrapper DocumentScale { get; set; }
Property Value
Declaration
public HeaderFooterDataWrapper HeaderFooterData { get; set; }
Property Value
Declaration
public float HeightMeasureUnit { get; set; }
Property Value
Declaration
public LayerCollection Layers { get; set; }
Property Value
Declaration
public float LineBridgeSize { get; set; }
Property Value
Declaration
public bool LineBridgingEnabled { get; set; }
Property Value
Declaration
public LineRouterWrapper LineRouter { get; set; }
Property Value
Declaration
public bool LineRoutingEnabled { get; set; }
Property Value
Declaration
public LineStyleWrapper LineStyle { get; set; }
Property Value
Declaration
public SizeF LogicalSize { get; set; }
Property Value
Type |
System.Drawing.SizeF |
Declaration
public MeasureUnits MeasurementUnits { get; set; }
Property Value
Declaration
public SizeF ModelMinSize { get; set; }
Property Value
Type |
System.Drawing.SizeF |
Declaration
public int ModelZOrder { get; set; }
Property Value
Declaration
public Padding Padding { get; set; }
Property Value
Type |
System.Windows.Forms.Padding |
Declaration
public float PixelHeight { get; set; }
Property Value
Declaration
public float PixelWidth { get; set; }
Property Value
Declaration
public RenderingStyleWrapper RenderingStyle { get; set; }
Property Value
Declaration
public ShadowStyleWrapper ShadowStyle { get; set; }
Property Value
SizeToContent
Declaration
public bool SizeToContent { get; set; }
Property Value
Declaration
public string StrName { get; set; }
Property Value
Declaration
public float WidthMeasureUnit { get; set; }
Property Value
Methods
Declaration
public void DeserializeModel(Model model)
Parameters
Type |
Name |
Description |
Model |
model |
|
Declaration
public Node FindNodeByName(Node originalNode, NodeCollection nodeCollections)
Parameters
Returns
Declaration
public void SerializeModel(Model model)
Parameters
Type |
Name |
Description |
Model |
model |
|