LineSpacingRule
LineSpacingRule
LineSpacingRule
LineSpacingRule
Enum
Definition
Specifies options for line-spacing rules.
public : enum class LineSpacingRulepublic enum LineSpacingRulePublic Enum LineSpacingRule// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| AtLeast AtLeast AtLeast AtLeast | The line-spacing value specifies the spacing from one line to the next. However, if the value is less than single spacing, text is single spaced. |
| Double Double Double Double | Double line spacing. The line-spacing value is ignored. |
| Exactly Exactly Exactly Exactly | The line-spacing value specifies the exact spacing from one line to the next, even if the value is less than single spacing. |
| Multiple Multiple Multiple Multiple | The line-spacing value specifies the line spacing, in lines. |
| OneAndHalf OneAndHalf OneAndHalf OneAndHalf | One-and-a-half line spacing. The line-spacing value is ignored. |
| Percent Percent Percent Percent | The line-spacing value specifies the line spacing by percent of line height. |
| Single Single Single Single | Single space. The line-spacing value is ignored. |
| Undefined Undefined Undefined Undefined | The line spacing is undefined. |