Skybound Rebar

Rebar.DefaultTextMode Property

Gets or sets the text mode used by all rebar controls whose TextMode property is set to Default.

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

Property Value

One of the RebarTextMode values.

Remarks

Assign this property in your application startup code to cause all Rebar controls to maintain a consistent appearance.

See Also

Rebar Class | Skybound.Rebar Namespace