Search
IStyle.BorderRightBrush Property
See Also
 






Gets or sets the color of the right border.

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

 Syntax

C#  Copy Code

Brush BorderRightBrush { get; set; }

Visual Basic  Copy Code

Property BorderRightBrush As Brush

 Property Value

An instance of the WPF Brush class.

 See Also