AlignmentAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Controls horizontal alignment of text (usually in grid columns).

[AttributeUsage(AttributeTargets.All)]
public abstract class AlignmentAttribute : Attribute

Public Members

name description
Value { get; } Gets/sets value of the alignment attribute

Protected Members

name description
AlignmentAttribute(…) Creates a new AlignmentAttribute

Remarks

This is an abstract base class. You need to use AlignCenter or AlignRight attributes.

See Also