Prajna


TabWindowWithLog

The collection of UI include a set of tabbed window and a trace log window

Constructors

ConstructorDescription
new(sizex, sizey)
Signature: (sizex:float * sizey:float) -> TabWindowWithLog

Instance members

Instance memberDescription
AddTab(header, c)
Signature: (header:'?18870 * c:FrameworkElement) -> unit
Type parameters: '?18870

Add a tab with header.

ChangeSize(width, height)
Signature: (width:float * height:float) -> unit

Change the size of the UI

Tab(index)
Signature: index:int -> TabItem

Retrieve a certain tab

Fork me on GitHub