MindFusion.Wpf Pack Programmer's Guide
IStyle.HorizontalAlignment Property
See Also
 





Gets or sets the horizontal alignment of the element's contents.

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

 Syntax

C#  Copy Code

Nullable<HorizontalAlignment> HorizontalAlignment { get; set; }

Visual Basic  Copy Code

Property HorizontalAlignment As Nullable(Of HorizontalAlignment)

 Property Value

A member of the HorizontalAlignment enumeration or null (Nothing in Visual Basic).

 See Also

IStyle Members
IStyle Interface
MindFusion.Spreadsheet.Wpf Namespace