Enum SplitterUnitOfPaneSize
Represents the unit of measurement for pane size in the SplitContainer.
Namespace: PoeShared.Blazor.Controls.Splitter
Assembly: PoeShared.Blazor.Controls.dll
Syntax
public enum SplitterUnitOfPaneSize
Fields
| Name | Description |
|---|---|
| Percent | Represents the size of the pane as a percentage (%) of the container size. |
| Pixel | Represents the size of the pane in pixels (px). |