The MultipleBorders type exposes the following members.
Methods | Name | Description |
---|
 | Add(MultipleBorderTypes, BorderStyle, Color, Double) |
Sets the specified borders.
|
 | Add(MultipleBorderTypes, BorderStyle, Color, Double, Double) |
Sets the specified borders.
|
 | ClearBorders |
Clears all borders.
|
 | ClearBorders(MultipleBorderTypes) |
Clears the specified borders.
|
 | GetEnumerator |
Returns an enumerator that iterates through all SingleBorders
supported in this MultipleBorders instance.
|
 | SetBorders(MultipleBorderTypes, BorderStyle, Color, Double) |
Sets the specified borders.
|
 | SetBorders(MultipleBorderTypes, BorderStyle, Color, Double, Double) |
Sets the specified borders.
|
  | ToSingleBorderTypes |
Converts a MultipleBorderTypes flags enumeration
to a sequence of SingleBorderType enumeration.
|
Top
See Also