Search
IStyle.BorderTopSize Property
See Also
 






Gets or sets the thickness of the top border.

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

 Syntax

C#  Copy Code

Measure BorderTopSize { get; set; }

Visual Basic  Copy Code

Property BorderTopSize As Measure

 Property Value

An instance of the Measure class.

 See Also