Class ExpandCollapseParameter
Represents to compress a view of a hierarchy so that only the roots of each Elements are visible. The opposite of collapse is expand, which makes the entire Elements visible.
Inheritance
System.Object
ExpandCollapseParameter
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class ExpandCollapseParameter : IExpandCollapseParameter
Constructors
ExpandCollapseParameter()
Declaration
public ExpandCollapseParameter()
Properties
IsEnableAnimation
Gets or sets a value indicated whether the Animation to be happen for the Expand or Collapse State.
Declaration
public bool IsEnableAnimation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUpdateLayout
Gets or sets a value indicated whether the layout to be update.
Declaration
public bool IsUpdateLayout { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Node
Gets or sets the root element.
Declaration
public object Node { get; set; }
Property Value
Type | Description |
---|---|
System.Object |