StringDrawingProperties Constructor

Initializes a new instance of the StringDrawingProperties class.

Definition

Namespace: Firefly.Box.Printing.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public StringDrawingProperties(
	ContentAlignment alignment,
	bool right2Left,
	bool rigthToLeftLayout,
	bool multiline,
	int fontAngle,
	bool showMnemonic,
	bool hideMnemonic,
	bool useEndEllipsis,
	bool noWrap
)

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

See Also