Click or drag to resize

BreakpointsHelperGetAbbreviation Method

Get the breakpoint abbreviation as used in class names.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static string GetAbbreviation(
	Breakpoints breakpoint
)

Parameters

breakpoint
Type: Bootstrap.A11yBreakpoints
The Breakpoints.

Return Value

Type: String
The abbreviation associated with breakpoint.
See Also