Initializing constructor.

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 Border(
	FormatBase parent,
	int baseKey
)
Public Sub New ( 
	parent As FormatBase,
	baseKey As Integer
)
public:
Border(
	FormatBase^ parent, 
	int baseKey
)
new : 
        parent : FormatBase * 
        baseKey : int -> Border

Parameters

parent
FormatBase
The parent.
baseKey
Int32
The base key.

See Also