IFoldoutRail.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/IFoldoutRail.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/IFoldoutRail.cs
Source file hash: sha256:c16d26c8ce3f5c64450ff438a47ad530d683f33b0a027255e1f9e360049b4458
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: IFoldoutRail
Section titled “Type: IFoldoutRail”Original lines: 52-84
Declaration hash: sha256:8030361f4a8cfc8aa917fd228f27a94f4968a45d0cde3f795e0f5a389437186a
public interface IFoldoutRail{}Property: ExpandedWidth
Section titled “Property: ExpandedWidth”Original lines: 55
Declaration hash: sha256:9438973012037145f9d7cf1e627fd14bc7d41915ee77747fbd2e8e8f71cfbbc9
float ExpandedWidth { get; }Property: MinWidth
Section titled “Property: MinWidth”Original lines: 58
Declaration hash: sha256:c3b9e80608ceac5fb494c3ddeb4848581ec29202cbcbe26ac80fe42e92b18e4b
float MinWidth { get; }Property: MaxWidth
Section titled “Property: MaxWidth”Original lines: 61
Declaration hash: sha256:4795c6f6fc8e67ffe9210099cf17adcae817d55472e04072379735c7e1616e1a
float MaxWidth { get; }Method: SetRailWidth(float width)
Section titled “Method: SetRailWidth(float width)”Original lines: 67
Declaration hash: sha256:dac989bc2a33c9f423f171619c576c6064eb8d7e3e46b23d222c265650f06469
void SetRailWidth(float width);Method: CommitWidth(float width)
Section titled “Method: CommitWidth(float width)”Original lines: 75
Declaration hash: sha256:f4bedd56e11ebf793f4a692bb0e39b48961d4381f33c7e53ffd4b0d9be4250ed
void CommitWidth(float width);Method: SetCollapsed(bool collapsed, bool animate)
Section titled “Method: SetCollapsed(bool collapsed, bool animate)”Original lines: 83
Declaration hash: sha256:d07238eb2580c9731d995d0d8dbaf1a78215396aaaf34465368b74b5e7dd2923
void SetCollapsed(bool collapsed, bool animate);