StringDrawingProperties Constructor
Namespace: Firefly.Box.Printing.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public StringDrawingProperties(
ContentAlignment alignment,
bool right2Left,
bool rigthToLeftLayout,
bool multiline,
int fontAngle,
bool showMnemonic,
bool hideMnemonic,
bool useEndEllipsis,
bool noWrap
)
Public Sub New (
alignment As ContentAlignment,
right2Left As Boolean,
rigthToLeftLayout As Boolean,
multiline As Boolean,
fontAngle As Integer,
showMnemonic As Boolean,
hideMnemonic As Boolean,
useEndEllipsis As Boolean,
noWrap As Boolean
)
new :
alignment : ContentAlignment *
right2Left : bool *
rigthToLeftLayout : bool *
multiline : bool *
fontAngle : int *
showMnemonic : bool *
hideMnemonic : bool *
useEndEllipsis : bool *
noWrap : bool -> StringDrawingProperties
Parameters
- alignment ContentAlignment
- The alignment based on which this StringDrawingProperties will be created
- right2Left Boolean
- The right2Left based on which this StringDrawingProperties will be created
- rigthToLeftLayout Boolean
- The rigthToLeftLayout based on which this StringDrawingProperties will be created
- multiline Boolean
- The multiline based on which this StringDrawingProperties will be created
- fontAngle Int32
- The fontAngle based on which this StringDrawingProperties will be created
- showMnemonic Boolean
- The showMnemonic based on which this StringDrawingProperties will be created
- hideMnemonic Boolean
- The hideMnemonic based on which this StringDrawingProperties will be created
- useEndEllipsis Boolean
- The useEndEllipsis based on which this StringDrawingProperties will be created
- noWrap Boolean
- The noWrap based on which this StringDrawingProperties will be created