Search
IStyle.PaddingLeft Property
See Also
 






Gets or sets the left padding of the element's contents.

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

 Syntax

C#  Copy Code

Measure PaddingLeft { get; set; }

Visual Basic  Copy Code

Property PaddingLeft As Measure

 Property Value

An instance of the Measure class.

 See Also