Skybound Rebar

Rebar.TextMode Property

Gets or sets a value that determines whether text is drawn by the .NET framework or the operating system.

[Visual Basic]
Public Property TextMode As RebarTextMode
[C#]
public RebarTextMode TextMode {get; set;}

Property Value

One of the RebarTextMode values.

Exceptions

Exception Type Condition
InvalidEnumArgumentException The assigned value was not one of the RebarTextMode values.

See Also

Rebar Class | Skybound.Rebar Namespace