C1.WPF.Document Assembly / C1.WPF.Document Namespace / Border Class / Style Property

In This Topic
Style Property (Border)
In This Topic
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 Nullable(Of DashStyle)
 
See Also