[]
        
(Showing Draft Content)

C1.Document.Border.Style

Style Property

Style

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.

Declaration
[C1Description("Border.Style", "Specifies the style of all sides of the border.")]
public DashStyle? Style { get; set; }
<C1Description("Border.Style", "Specifies the style of all sides of the border.")>
Public Property Style As DashStyle?