SaveOptions.BorderInfo.BorderInfo

BorderInfo()

Creates instance of BorderInfo class

public BorderInfo()

See Also


BorderInfo(BorderPartStyle)

Creates instance of BorderInfo class and initializes all elements of border(Top, Left, Right, Bottom) with attributes copied from supplied border style

public BorderInfo(BorderPartStyle commonStyle)
ParameterTypeDescription
commonStyleBorderPartStylestyle of border parts that will be used for all elements of border(left, right, top, bottom)

See Also