StringAlignment (System.Drawing.StringAlignment)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: System.Drawing.dll

Specifies the alignment of a text string relative to its layout rectangle.

VB.NET C#

C#

public enum struct StringAlignment : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

CaptionBottomAlignment Property

... System.Drawing.StringAlignment  CaptionBottomAlignment {get; set;} Property Value. The alignment of the text of the caption below the barcode.

ChartTitle.Alignment Property

A System.Drawing.StringAlignment enumeration value which specifies the alignment of the chart title. The default is StringAlignment.Center

Barcode Class

private void Detail_Format(object sender, System.EventArgs eArgs) { this.Barcode1.Alignment = System.Drawing.StringAlignment.Center; this.Barcode1.AutoSize = true; this ...

Printing and Previewing Charts

TextPainter textPainter = new TextPainter(); textPainter.Font = new Font("Verdana", 8); textPainter.HorizontalAlignment = System.Drawing.StringAlignment.Center; textPainter ...

System.Drawing 层次结构 (.NET Framework 类库 - 简体中文)

... System.Drawing.FontStyle System.Drawing.GraphicsUnit System.Drawing.KnownColor System.Drawing.RotateFlipType System.Drawing.StringAlignment

DevComponents Knowledge Base :: How To Create NavigationPane Buttons ...

panel.Style.Alignment = System.Drawing.StringAlignment.Center panel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground

MBR IT/.NET 247 : System.Drawing Namespace [Details]

System.Drawing.StringAlignment: System.Drawing.StringDigitSubstitute: System.Drawing.StringFormat ... Bespoke Software? Commission Matthew Baxter-Reynolds and his team for your ...

StringAlignment Enumeration (System.Drawing)

Specifies the alignment of a text string relative to its layout rectangle. ... Previous Versions .NET Framework 2.0 Class Library Reference System.Drawing StringAlignment Enumeration

StringAlignment Enumeration

Specifies the alignment of a text string relative to its layout rectangle. [Visual Basic] Public Enum StringAlignment [C#] [Serializable] public enum ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support