Back to Devexpress

AppearanceObject.DrawVString(GraphicsCache, String, Font, Brush, Rectangle, StringFormat, Int32) Method

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-drawvstring-x28-graphicscache-string-font-brush-rectangle-stringformat-int32-x29.md

latest3.3 KB
Original Source

AppearanceObject.DrawVString(GraphicsCache, String, Font, Brush, Rectangle, StringFormat, Int32) Method

Draws a text string vertically with the specified angle and at the specified position using the specified font, color and format.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public void DrawVString(
    GraphicsCache cache,
    string text,
    Font font,
    Brush foreBrush,
    Rectangle bounds,
    StringFormat strFormat,
    int angle
)
vb
Public Sub DrawVString(
    cache As GraphicsCache,
    text As String,
    font As Font,
    foreBrush As Brush,
    bounds As Rectangle,
    strFormat As StringFormat,
    angle As Integer
)

Parameters

NameTypeDescription
cacheGraphicsCache

A GraphicsCache object which provides the storage for the pens, fonts and brushes used during painting.

| | text | String |

A String value which represents the text to be drawn.

| | font | Font |

A Font object which defines the font and associated settings of the text to be drawn.

| | foreBrush | Brush |

A Brush object which specifies the color and texture of the drawn text.

| | bounds | Rectangle |

A Rectangle structure which represents the drawing area.

| | strFormat | StringFormat |

A StringFormat object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text.

| | angle | Int32 |

An integer value specifying the angle in degrees at which the text should be drawn.

|

See Also

DrawString

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace