Search
IStyle.SecondaryDiagonalStyle Property
See Also
 






Gets or sets the style of the secondary diagonal.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

DashStyle SecondaryDiagonalStyle { get; set; }

Visual Basic  Copy Code

Property SecondaryDiagonalStyle As DashStyle

 Property Value

An instance of the WPF DashStyle class.

 See Also