TextMargins(Int32, Int32) Constructor
Initializes a new instance of the
TextMargins structure.
Namespace: DevCase.UI.ComponentsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public TextMargins(
int left,
int right
)
Public Sub New (
left As Integer,
right As Integer
)
Dim left As Integer
Dim right As Integer
Dim instance As New TextMargins(left, right)
public:
TextMargins(
int left,
int right
)
new :
left : int *
right : int -> TextMargins
No code example is currently available or this language may not be supported.
Parameters
- left Int32
-
The left margin.
- right Int32
-
The left margin.