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
Afficher le fichier Open project: volkanceylan/Serenity

Méthodes protégées

Méthode Description
AlignmentAttribute ( string align ) : System

Method Details

AlignmentAttribute() protected méthode

protected AlignmentAttribute ( string align ) : System
align string
Résultat System