Specifies the horizontal alignment of the content within an item.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(HorizontalAlign.NotSet)] [NotifyParentPropertyAttribute(true)] public HorizontalAlign ItemAlign { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(HorizontalAlign.NotSet)> _ <NotifyParentPropertyAttribute(True)> _ Public Property ItemAlign As HorizontalAlign |