Terminal.Gui
1.0.0.0
System.Object
Use the Dim objects on the Width or Height properties of a view to control the position.
These can be used to set the absolute position, when merely assigning an
integer value (via the implicit integer to Pos conversion), and they can be combined
to produce more useful layouts, like: Pos.Center - 3, which would shift the postion
of the view 3 characters to the left after centering for example.
Constructor
1.0.0.0
To be added.
To be added.
Method
1.0.0.0
Terminal.Gui.Dim
Margin to use.
Creates a Dim object that fills the dimension, but leaves the specified number of colums for a margin.
The Fill dimension.
To be added.
Method
1.0.0.0
Terminal.Gui.Dim
The view that will be tracked.
Returns a Dim object tracks the Height of the specified view.
The dimension of the other view.
To be added.
Method
1.0.0.0
Terminal.Gui.Dim
The first to add.
The second to add.
Adds a to a , yielding a new .
The that is the sum of the values of left and right.
To be added.
Method
1.0.0.0
Terminal.Gui.Dim
The value to convert to the pos.
Creates an Absolute Pos from the specified integer value.
The Absolute Pos.
To be added.
Method
1.0.0.0
Terminal.Gui.Dim
The to subtract from (the minuend).
The to subtract (the subtrahend).
Subtracts a from a , yielding a new .
The that is the left minus right.
To be added.
Method
1.0.0.0
Terminal.Gui.Dim
A value between 0 and 100 representing the percentage.
Creates a percentage Dim object
The percent Dim object.
To be added.
Method
1.0.0.0
Terminal.Gui.Dim
The value to convert to the pos.
Creates an Absolute Pos from the specified integer value.
The Absolute Pos.
To be added.
Method
1.0.0.0
Terminal.Gui.Dim
The view that will be tracked.
Returns a Dim object tracks the Width of the specified view.
The dimension of the other view.
To be added.