ComponentOne Document Library for WinForms
Style Property (Border)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Border Class : Style Property
Gets or sets the style of all sides of the border. If different sides of the border have different styles, gets null. Setting this property to null does not have any effect.
Syntax
'Declaration
 
Public Property Style As System.Nullable(Of DashStyle)
public System.Nullable<DashStyle> Style {get; set;}
See Also

Reference

Border Class
Border Members