strokeMiterlimit property

Sets or retrieves a value that indicates the limit on the ratio of the length of miter joins (as specified in the IHTMLCSSStyleDeclaration::strokeLinejoin property).

 

Syntax

HRESULT value = object.put_strokeMiterlimit( v);HRESULT value = object.get_strokeMiterlimit(* p);

Property values

Type: float

One of the values in the Property Values section.

String format

inherit

CSS information

Applies To shapes and text content elements
Media visual
Inherited 1
Initial Value 4

Standards information

Remarks

The ratio of miter length (distance between the outer tip and the inner corner of the miter) to IHTMLCSSStyleDeclaration::strokeWidth is directly related to the angle (theta) between the segments in user space by the formula: miterLength / stroke-width = 1 / sin ( theta / 2 )

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

Reference

IHTMLCSSStyleDeclaration::stroke

IHTMLCSSStyleDeclaration::strokeDasharray

IHTMLCSSStyleDeclaration::strokeDashoffset

IHTMLCSSStyleDeclaration::strokeLinecap

IHTMLCSSStyleDeclaration::strokeLinejoin

IHTMLCSSStyleDeclaration::strokeOpacity

IHTMLCSSStyleDeclaration::strokeWidth