Skybound Rebar

RebarBand.ApplyTextOptions Method 

Sets the text alignment and visibility of the buttons in the band according to a specified RebarTextOptions value.

[Visual Basic]
Public Sub ApplyTextOptions( _
   ByVal options As RebarTextOptions _
)
[C#]
public void ApplyTextOptions(
   RebarTextOptions options
);

Parameters

options
A RebarTextOptions value that represents the text options to apply to the band.

Exceptions

Exception Type Condition
InvalidEnumArgumentException The assigned value is not one of the RebarTextOptions values.

See Also

RebarBand Class | Skybound.Rebar Namespace