Gets the horizontal alignment of the cell header according to the current state. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public HorizontalAlignment HeaderHorizontalAlignment { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property HeaderHorizontalAlignment As HorizontalAlignment |
A .NET HorizontalAlignment value.
See Also