C# Class Serenity.ComponentModel.AlignmentAttribute

Controls horizontal alignment of text (usually in grid columns).
This is an abstract base class. You need to use AlignCenter or AlignRight attributes.
Inheritance: System.Attribute
ファイルを表示 Open project: volkanceylan/Serenity

Protected Methods

Method Description
AlignmentAttribute ( string align ) : System

Method Details

AlignmentAttribute() protected method

protected AlignmentAttribute ( string align ) : System
align string
return System