msHyphenateLimitZone property
Specifies a value that defines the width of the hyphenation zone.
This property is read/write.
![]() ![]() |
Syntax
HRESULT put_msHyphenateLimitZone( [in] any val ); HRESULT get_msHyphenateLimitZone( [out] any **ptr );
Property values
Type: any
String format
<percentage>
|
<length>
CSS information
| Applies To | block containers |
|---|---|
| Media | visual |
| Inherited | true |
| Initial Value | 0 |
Standards information
- CSS Text Level 3, Section 5.3
Remarks
The IHTMLCSSStyleDeclaration2::msHyphenateLimitZone property enables you to control the amount of trailing whitespace permitted during hyphenation. The hyphenation zone is always at the logical right side of the padding box.
A word is considered for hyphenation only if it begins at or outside of the logical left limit of the hyphenation zone.
Requirements
|
IDL |
|
|---|
Show:

