Initialize Border style.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void InitFormatting(
	Color color,
	float lineWidth,
	BorderStyle borderType,
	bool shadow
)
Public Sub InitFormatting ( 
	color As Color,
	lineWidth As Single,
	borderType As BorderStyle,
	shadow As Boolean
)
public:
void InitFormatting(
	Color color, 
	float lineWidth, 
	BorderStyle borderType, 
	bool shadow
)
member InitFormatting : 
        color : Color * 
        lineWidth : float32 * 
        borderType : BorderStyle * 
        shadow : bool -> unit 

Parameters

color
Color
The color.
lineWidth
Single
Width of the line.
borderType
BorderStyle
Type of the border.
shadow
Boolean
if it specifies shadow, set to true.

See Also