Skybound Rebar

RebarTextMode Enumeration

Specifies how text is drawn on a Rebar control.

[Visual Basic]
Public Enum RebarTextMode
[C#]
public enum RebarTextMode

Remarks

This type specifies the values used by Rebar.TextMode and Rebar.DefaultTextMode.

Members

Member Name Description
Default Text is drawn using the default mode, as defined by the Rebar.DefaultTextMode property.
Standard Text is drawn by the DrawString method of a Graphics object (GDI+).
System Text is drawn by the operating system (GDI).

Requirements

Namespace: Skybound.Rebar

Assembly: Skybound.Rebar (in Skybound.Rebar.dll)

See Also

Skybound.Rebar Namespace