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
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class ExpandCollapseParameter : Object, 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 |
---|
System.Boolean |
IsUpdateLayout
Gets or sets a value indicated whether the layout to be update.
Declaration
public bool IsUpdateLayout { get; set; }
Property Value
Type |
---|
System.Boolean |
Node
Gets or sets the root element.
Declaration
public object Node { get; set; }
Property Value
Type |
---|
System.Object |