Interface IExpandCollapseParameter
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.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IExpandCollapseParameter
Properties
IsEnableAnimation
Gets or sets a value indicated whether the Animation to be happen for the Expand or Collapse State.
Declaration
bool IsEnableAnimation { get; set; }
Property Value
Type |
---|
System.Boolean |
IsUpdateLayout
Gets or sets a value indicated whether the layout to be update.
Declaration
bool IsUpdateLayout { get; set; }
Property Value
Type |
---|
System.Boolean |
Node
Gets or sets the root element.
Declaration
object Node { get; set; }
Property Value
Type |
---|
System.Object |